Type Alias bitm::BitZerosIterator

source ·
pub type BitZerosIterator<'a> = BitBIterator<'a, false>;
Expand description

Iterator over bits set to 0 in slice of u64.

Aliased Type§

struct BitZerosIterator<'a> { /* private fields */ }