Function TaggedAlgebraic.opIndex
Enables indexing operations on the stored value.
ref auto opIndex(TA, ARGS...)
(
auto ref ARGS args
)
if (hasOp!(TA, OpKind .index, null, ARGS));
Enables indexing operations on the stored value.
ref auto opIndex(TA, ARGS...)
(
auto ref ARGS args
)
if (hasOp!(TA, OpKind .index, null, ARGS));