The OpenD Programming Language

BigUIntView.opUnary

struct BigUIntView(W)
@safe
opUnary
(
string op : "-"
)
()
if (
__traits(isUnsigned, W)
)

Return Value

Type: BigIntView!W

the same intger view with inversed sign

Meta