Structs§
- Grouping
Map 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.- Grouping
MapFn
Functions§
- new
- Creates a new
GroupingMap
fromiter
- new_
map_ 🔒for_ grouping
Type Aliases§
- Grouping
MapBy GroupingMapBy
is an intermediate struct for efficient group-and-fold operations.- MapFor
Grouping - A wrapper to allow for an easy
into_grouping_map_by