pub type BitZerosIterator<'a> = BitBIterator<'a, false>;Expand description
Iterator over bits set to 0 in slice of u64.
Aliased Typeยง
pub struct BitZerosIterator<'a> { /* private fields */ }pub type BitZerosIterator<'a> = BitBIterator<'a, false>;Iterator over bits set to 0 in slice of u64.
pub struct BitZerosIterator<'a> { /* private fields */ }