Skip to main content

unique_with_hasher

Function unique_with_hasher 

Source
pub fn unique_with_hasher<I, S>(iter: I, hash_builder: S) -> Unique<I, S> 
where I: Iterator, I::Item: Eq + Hash + Clone, S: BuildHasher,