Function TaggedAlgebraic.opIndexAssign
Enables index assignments on the stored value.
auto opIndexAssign(TA, ARGS...)
(
auto ref ARGS args
)
if (hasOp!(TA, OpKind .indexAssign, null, ARGS));
Enables index assignments on the stored value.
auto opIndexAssign(TA, ARGS...)
(
auto ref ARGS args
)
if (hasOp!(TA, OpKind .indexAssign, null, ARGS));