Function TaggedAlgebraic.opOpAssign
Enables operator assignments on the stored value.
auto opOpAssign(string op, T, TA)
(
auto ref T other
)
if (hasOp!(TA, OpKind .binary, op ~ "=", T));
Enables operator assignments on the stored value.
auto opOpAssign(string op, T, TA)
(
auto ref T other
)
if (hasOp!(TA, OpKind .binary, op ~ "=", T));