Structs§
- Grouping
Map GroupingMapis 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
GroupingMapfromiter - new_
map_ 🔒for_ grouping
Type Aliases§
- Grouping
MapBy GroupingMapByis an intermediate struct for efficient group-and-fold operations.- MapFor
Grouping - A wrapper to allow for an easy
into_grouping_map_by