Function itertools::grouping_map::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