The OpenD Programming Language

BigIntView.opUnary

struct BigIntView(W)
@safe
opUnary
(
string op : "-"
)
()
if (
is(Unqual!W == ubyte) ||
is(Unqual!W == ushort)
||
is(Unqual!W == uint)
||
is(Unqual!W == ulong)
)

Return Value

the same intger view with inversed sign

Meta