Module itertools::groupbylazy
source · Structs§
- An iterator for the elements in a single chunk.
ChunkBy
is the storage for the lazy grouping operation.ChunkIndex
acts like the grouping key function forIntoChunks
- An iterator that yields the Chunk iterators.
- An iterator for the elements in a single group.
- An iterator that yields the Group iterators.
ChunkLazy
is the storage for a lazy chunking operation.
Traits§
- A trait to unify
FnMut
forChunkBy
with the chunk key inIntoChunks
Functions§
- Create a new
- Create a new