Closed
Description
Please consider exposing the nat.trailingZeroBits
method, for example as Int.TrailingZeroBits
, in addition to Int.BitLen. Similar to math.bits
, knowing the length in bits is as useful as counting number of trailing zeros.
Please consider exposing the nat.trailingZeroBits
method, for example as Int.TrailingZeroBits
, in addition to Int.BitLen. Similar to math.bits
, knowing the length in bits is as useful as counting number of trailing zeros.