Module itertools::grouping_map

source ·

Structs§

  • GroupingMap is an intermediate struct for efficient group-and-fold operations. It groups elements by their key and at the same time fold each group using some aggregating operation.

Functions§

Type Aliases§