TaggedAlgebraic.opCmp

Enables relational comparisons with the stored value.

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

Meta