Expand description
Containers for enumerations (“sum types”) that store variants separately.
The main work of these types is storing a discriminant and index efficiently, as containers for each of the variant types can hold the actual data.
Modules§
- Stores for maintaining discriminants, and associated sequential indexes.