Method lrs::num::Wsize::trailing_ones

Returns the length of longest sequence of set bits starting at the least significant bit.

Syntax

impl Wsize {
    fn trailing_ones(self) -> usize
}