IntoIter

Type Alias IntoIter 

Source
pub type IntoIter = BitIter<SmolBitmap>;
Expand description

An owning iterator over the indices of set bits in a SmolBitmap.

This struct is created by the IntoIterator implementation for SmolBitmap. It consumes the bitmap and yields the indices of all set bits in ascending order.

Aliased Typeยง

pub struct IntoIter { /* private fields */ }