TaggedAlgebraic.opUnary

Enables the use of unary operators with the stored value.

struct TaggedAlgebraic(U)
opUnary
(
string op
this TA
)
()
if (
hasOp!(TA, OpKind.unary, op)
)
if (
is(U == union) ||
is(U == struct)
)

Meta