TaggedAlgebraic.opOpAssign

Enables operator assignments on the stored value.

struct TaggedAlgebraic(U)
opOpAssign
(
string op
T
this TA
)
(
auto ref T other
)
if (
hasOp!(TA, OpKind.binary, op ~ "=", T)
)
if (
is(U == union) ||
is(U == struct)
)

Meta