PackedAlgebraic

Algebraic type optimized for small size.

@safe pure
alias PackedAlgebraic(Types...) = LightAlgebraic!(true, Types)

Meta