Skip to main content

new

Function new 

Source
pub fn new<I, K, V, S>(iter: I, hash_builder: S) -> GroupingMap<I, S>
where I: Iterator<Item = (K, V)>, K: Hash + Eq, S: BuildHasher,
Expand description

Creates a new GroupingMap from iter