fn bitNotWrap(r: *Mutable, a: Const, signedness: Signedness, bit_count: usize) void
[src]
r = ~a under 2s complement wrapping semantics. r may alias with a.
Assets that r has enough limbs to store the result. The upper bound Limb count is r is calcTwosCompLimbCount(bit_count)
.