The OpenD Programming Language

TaggedUnion.Kind

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

import taggedalgebraic.taggedunion;
struct TaggedUnion
alias Kind = UnionFieldEnum!U

Meta