TaggedAlgebraic.kind

The type ID of the currently stored value.

struct TaggedAlgebraic(U)
@property const
kind
()
if (
is(U == union) ||
is(U == struct)
||
is(U == enum)
)

Meta