BitZerosIterator

Type Alias BitZerosIterator 

Source
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 */ }