Type Definition narrow::BitmapIter[][src]

pub type BitmapIter<'a> = BitValIter<'a, Lsb0, usize>;
Expand description

Iterator over bits in a bitmap.