Searched refs:into_group_map_by (Results 1 – 2 of 2) sorted by relevance
24 pub fn into_group_map_by<I, K, V>(iter: I, f: impl Fn(&V) -> K) -> HashMap<K, Vec<V>> in into_group_map_by() function
2551 fn into_group_map_by<K, V, F>(self, f: F) -> HashMap<K, Vec<V>> in into_group_map_by() method2557 group_map::into_group_map_by(self, f) in into_group_map_by()