The OpenD Programming Language

TaggedAlgebraic.UnionType

The underlying tagged union type

import taggedalgebraic.taggedalgebraic;
struct TaggedAlgebraic(U)
alias UnionType = TaggedUnion!U

Meta