Why is there no `countLeadingZeros` function for Integer? This seems particularly strange because gmp provides
mp_bitcnt_t
mpz_scan0
(const mpz_t
op
, mp_bitcnt_t
starting_bit
)
More importantly, what is the recommended way to access it?