Skip to main content

duplicates_with_hasher

Function duplicates_with_hasher 

Source
pub fn duplicates_with_hasher<I, S>(
    iter: I,
    hash_builder: S,
) -> Duplicates<I, S>
where I: Iterator, I::Item: Eq + Hash, S: BuildHasher,
Expand description

Create a new Duplicates iterator with a specified hash builder.