Method lrs::num::Wsize::leading_ones

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

Syntax

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