pub fn trailing_zeros<T: Int + CastInto<u32> + CastInto<u16> + CastInto<u8>>( x: T, ) -> usize
Returns number of trailing binary zeros in x.
x