The OpenD Programming Language

TaggedAlgebraic.Kind

A type enum that identifies the type of value currently stored.

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

Meta