pub fn trailing_ones_u32(value: u32) -> u32
Expand description

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