Module groupbylazy

Source

Structsยง

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.

Traitsยง

KeyFunction ๐Ÿ”’
A trait to unify FnMut for ChunkBy with the chunk key in IntoChunks

Functionsยง

new
Create a new
new_chunks
Create a new

Type Aliasesยง

GroupByDeprecated
See ChunkBy.