Type Alias bitm::BitOnesIterator

source ·
pub type BitOnesIterator<'a> = BitBIterator<'a, true>;
Expand description

Iterator over bits set to 1 in slice of u64.

Aliased Type§

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