Data/TypesTaggedUnion.php

The Tagged Union

This file contains the Tagged Union Class. Here is a value that can only hold specific types of values, but may be any one of these types of values can be stored at any one time. This creates a form of "data structure polymorphism" where a value is of a specific type, rather than a is_a relationship.

Classes

TaggedUnion Tagged Union Class - Defines A Dynamic Tagged Union