Algebraic.kind

struct Algebraic(_Types...)
const @safe pure nothrow @nogc @property
kind
()

Return Value

Type: Kind

.Algebraic.Kind.

Defined as enum for tagged algebraics and as unsigned for common algebraics.

See Also

Meta