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