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,