TaggedAlgebraic.opIndex

Enables indexing operations on the stored value.

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

Meta