pub fn trailing_ones_u8(value: u8) -> u32
Expand description

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