Function itertools::unique_impl::count_new_keys

source ยท
fn count_new_keys<I, K>(used: HashMap<K, ()>, iterable: I) -> usize
where I: IntoIterator<Item = K>, K: Hash + Eq,