Structsยง
- An iterator for the elements in a single chunk.
ChunkBy
is the storage for the lazy grouping operation.- Chunk
Index ๐ChunkIndex
acts like the grouping key function forIntoChunks
- An iterator that yields the Chunk iterators.
- An iterator for the elements in a single group.
- Group
Inner ๐ - An iterator that yields the Group iterators.
ChunkLazy
is the storage for a lazy chunking operation.
Traitsยง
- KeyFunction ๐A trait to unify
FnMut
forChunkBy
with the chunk key inIntoChunks
Functionsยง
- Create a new
- Create a new