Method lrs::num::W8::count_zeros

Counts the unset bits in this integer.

Syntax

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