TaggedAlgebraic.opBinaryRight

Enables the use of binary operators with the stored value.

struct TaggedAlgebraic(U)
opBinaryRight
(
string op
T
this TA
)
(
auto ref T other
)
if (
hasOp!(TA, OpKind.binaryRight, op, T)
)
if (
is(U == union) ||
is(U == struct)
)

Meta