Skip to main content

count_new_keys

Function count_new_keys 

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