Function TaggedAlgebraic.opUnary
Enables the use of unary operators with the stored value.
ref auto opUnary(string op, TA)()
if (hasOp!(TA, OpKind .unary, op));
Enables the use of unary operators with the stored value.
ref auto opUnary(string op, TA)()
if (hasOp!(TA, OpKind .unary, op));