BitOnesIterator

Type Alias BitOnesIterator 

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