Method lrs::num::Wsize::count_ones

Counts the set bits in this integer.

Syntax

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