Function TaggedAlgebraic.opCmp
Enables relational comparisons with the stored value.
ref auto opCmp(T, TA)
(
auto ref T other
)
if (hasOp!(TA, OpKind .binary, "<", T));
Enables relational comparisons with the stored value.
ref auto opCmp(T, TA)
(
auto ref T other
)
if (hasOp!(TA, OpKind .binary, "<", T));