BigUIntView.opUnary

Negates the BigUIntView and returns the result as a signed BigIntView.

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

Return Value

Type: BigIntView!W

the same intger view with inversed sign