TaggedAlgebraic.opCmp

Enables relational comparisons with the stored value.

struct TaggedAlgebraic(U)
ref
opCmp
(
T
this TA
)
(
auto ref T other
)
if (
hasOp!(TA, OpKind.binary, "<", T)
)
if (
is(U == union) ||
is(U == struct)
||
is(U == enum)
)

Meta