itertools

Module groupbylazy

source

Structsยง

  • An iterator for the elements in a single chunk.
  • ChunkBy is the storage for the lazy grouping operation.
  • ChunkIndex ๐Ÿ”’
    ChunkIndex acts like the grouping key function for IntoChunks
  • An iterator that yields the Chunk iterators.
  • An iterator for the elements in a single group.
  • GroupInner ๐Ÿ”’
  • An iterator that yields the Group iterators.
  • 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ยง

Type Aliasesยง