Type Definition narrow::BitmapIter [−][src]
pub type BitmapIter<'a> = BitValIter<'a, Lsb0, usize>;
Expand description
Iterator over bits in a bitmap.
pub type BitmapIter<'a> = BitValIter<'a, Lsb0, usize>;
Iterator over bits in a bitmap.