Module iterator
Expand description
Idiomatic iterators for Array
Structs§
- ArrayIter 
- An iterator that returns Some(T) or None, that can be used on any ArrayAccessor
Type Aliases§
- BooleanIter 
- an iterator that returns Some(T) or None, that can be used on any BooleanArray
- FixedSize Binary Iter 
- an iterator that returns Some(T) or None, that can be used on any FixedSizeBinaryArray
- FixedSize List Iter 
- an iterator that returns Some(T) or None, that can be used on any FixedSizeListArray
- GenericBinary Iter 
- an iterator that returns Some(T) or None, that can be used on any BinaryArray
- GenericList Array Iter 
- an iterator that returns Some(T) or None, that can be used on any ListArray
- GenericList View Array Iter 
- an iterator that returns Some(T) or None, that can be used on any ListArray
- GenericString Iter 
- an iterator that returns Some(T) or None, that can be used on any Utf8Array
- MapArrayIter 
- an iterator that returns Some(T) or None, that can be used on any MapArray
- PrimitiveIter 
- an iterator that returns Some(T) or None, that can be used on any PrimitiveArray