itertools::unique_impl

Function count_new_keys

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