BigInt.maskBits

Clear all but the lowest n bits

struct BigInt
public
void
maskBits
(
size_t n
)

Parameters

n size_t

amount of bits to keep

Meta