The OpenD Programming Language

Algebraic.kind

struct Algebraic(T__...)
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