Function ignore

Source
pub fn ignore<K: Eq + Hash, V>(left: &mut HashMap<K, V>, right: HashMap<K, V>)
Expand description

On conflict, ignore elements from right.

In other words, this gives precedence to left.