Trait bitwise::word::CountOnes [] [src]

pub trait CountOnes {
    fn count_ones(self) -> Self;
}

Method version of count_ones.

Required Methods

Implementors