pub type GenericListArrayIter<'a, O> = ArrayIter<&'a GenericListArray<O>>;
Expand description

an iterator that returns Some(T) or None, that can be used on any ListArray