Method lrs::num::W64::count_zeros

Counts the unset bits in this integer.

Syntax

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