pub type Iter<'a> = BitIter<&'a [u64]>;Expand description
An iterator over the indices of set bits in a SmolBitmap.
This struct is created by the iter method on
SmolBitmap. It yields the indices of all set bits in ascending order.
Aliased Typeยง
pub struct Iter<'a> { /* private fields */ }