Module itertools::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§

  • A trait to unify FnMut for ChunkBy with the chunk key in IntoChunks

Functions§

Type Aliases§