You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.