Method lrs::num::W8::count_ones

Counts the set bits in this integer.

Syntax

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