The OpenD Programming Language

XYZ.opUnary

Unary operators.

struct XYZ(F = float)
@safe pure nothrow @nogc const
typeof(this)
opUnary
(
string op
)
()
if (
op == "+" ||
op == "-"
||
(
op == "~" &&
is(ComponentType == NormalizedInt!U,
U
)
)
)

Meta