nxt.variant

Undocumented in source.

Members

Aliases

Algebraic
alias Algebraic = FastAlgebraic

Default Algebraic type.

FastAlgebraic
alias FastAlgebraic(Types...) = LightAlgebraic!(false, Types)

Algebraic type optimized for high performance.

PackedAlgebraic
alias PackedAlgebraic(Types...) = LightAlgebraic!(true, Types)

Algebraic type optimized for small size.

Classes

LightAlgebraicException
class LightAlgebraicException

Algebraic type exception.

Meta