TaggedAlgebraic.opCall

Enables call syntax operations on the stored value.

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

Meta