Method lrs::num::Wsize::count_zeros

Counts the unset bits in this integer.

Syntax

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