pub type ChunkLenIter<'a> = Map<Iter<'a, ArrayRef>, fn(&ArrayRef) -> usize>;
struct ChunkLenIter<'a> { /* private fields */ }