pub type BooleanIter<'a> = ArrayIter<&'a BooleanArray>;Expand description
an iterator that returns Some(T) or None, that can be used on any BooleanArray
Aliased Typeยง
struct BooleanIter<'a> { /* private fields */ }pub type BooleanIter<'a> = ArrayIter<&'a BooleanArray>;an iterator that returns Some(T) or None, that can be used on any BooleanArray
struct BooleanIter<'a> { /* private fields */ }