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