Function TaggedAlgebraic.opCall
Enables call syntax operations on the stored value.
ref auto opCall(TA, ARGS...)
(
auto ref ARGS args
)
if (hasOp!(TA, OpKind .call, null, ARGS));
Enables call syntax operations on the stored value.
ref auto opCall(TA, ARGS...)
(
auto ref ARGS args
)
if (hasOp!(TA, OpKind .call, null, ARGS));