Method lrs::num::Wsize::leading_zeros

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

Syntax

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