Searched refs:into_grouping_map (Results 1 – 2 of 2) sorted by relevance
2570 fn into_grouping_map<K, V>(self) -> GroupingMap<Self> in into_grouping_map() method
1204 …let lookup_grouping_map = a.iter().copied().map(|i| (i % modulo, i)).into_grouping_map().collect::…