pub fn new<I, K, V>(iter: I) -> GroupingMap<I>where I: Iterator<Item = (K, V)>, K: Hash + Eq,
Creates a new GroupingMap from iter
GroupingMap
iter