Trait bitwise::word::CountZeros [] [src]

pub trait CountZeros {
    fn count_zeros(self) -> Self;
}

Method version of count_zeros.

Required Methods

Implementors