pub fn trailing_ones_u64(value: u64) -> u32
Expand description

Returns the number of trailing ones in an unsigned 64-bit integer.