The OpenD Programming Language

Lab.opUnary

Unary operators.

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

Meta