itertools::grouping_map

Function new

Source
pub fn new<I, K, V>(iter: I) -> GroupingMap<I>
where I: Iterator<Item = (K, V)>, K: Hash + Eq,
Expand description

Creates a new GroupingMap from iter