pub fn into_group_map<I, K, V>(iter: I) -> HashMap<K, Vec<V>>where I: Iterator<Item = (K, V)>, K: Hash + Eq,
Return a HashMap of keys mapped to a list of their corresponding values.
HashMap
See .into_group_map() for more information.
.into_group_map()