TaggedAlgebraic.opIndexAssign

Enables index assignments on the stored value.

struct TaggedAlgebraic(U)
opIndexAssign
(
this TA
ARGS...
)
(
auto ref ARGS args
)
if (
hasOp!(TA, OpKind.indexAssign, null, ARGS)
)
if (
is(U == union) ||
is(U == struct)
)

Meta