Function TaggedAlgebraic.opBinary
Enables the use of binary operators with the stored value.
auto opBinary(string op, T, TA)
(
auto ref T other
)
if (hasOp!(TA, OpKind .binary, op, T));
Enables the use of binary operators with the stored value.
auto opBinary(string op, T, TA)
(
auto ref T other
)
if (hasOp!(TA, OpKind .binary, op, T));