Method lrs::num::W64::count_ones

Counts the set bits in this integer.

Syntax

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