pub fn trailing_ones_u16(value: u16) -> u32
Expand description

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