Method lrs::num::W16::count_ones

Counts the set bits in this integer.

Syntax

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