Module groupbylazy
Source - Chunk
- An iterator for the elements in a single chunk.
- ChunkBy
ChunkBy
is the storage for the lazy grouping operation.- ChunkIndex ๐
ChunkIndex
acts like the grouping key function for IntoChunks
- Chunks
- An iterator that yields the Chunk iterators.
- Group
- An iterator for the elements in a single group.
- GroupInner ๐
- Groups
- An iterator that yields the Group iterators.
- IntoChunks
ChunkLazy
is the storage for a lazy chunking operation.
- KeyFunction ๐
- A trait to unify
FnMut
for ChunkBy
with the chunk key in IntoChunks
- new
- Create a new
- new_chunks
- Create a new
- GroupByDeprecated
- See
ChunkBy
.