Function cop::nonfunctional

source ·
pub fn nonfunctional<K: Eq + Hash, V: Eq>(
    kv: &[(K, V)]
) -> impl Iterator<Item = &K>
Expand description

Return the keys that are mapped to more than one different value.