BigUIntView.withSign

Returns a signed `BigIntView` with the sign determined by the given boolean.

struct BigUIntView(W)
@safe return scope
withSign
()
(
bool sign
)
if (
__traits(isUnsigned, W)
)