fn saturate(r: *Mutable, a: Const, signedness: Signedness, bit_count: usize) void
[src]
Saturate an integer to a number of bits, following 2s-complement semantics. r may alias a.
Asserts r
has enough storage to store the result. The upper bound is calcTwosCompLimbCount(a.len)
.