pub fn leading_zeros_default<T: Int + CastInto<usize>>(x: T) -> usize
Returns the number of leading binary zeros in x.
x