Trait bitwise::word::CountLeadingZeros [] [src]

pub trait CountLeadingZeros {
    fn count_leading_zeros(self) -> Self;
}

Method version of count_leading_zeros.

Required Methods

Implementors