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