pub fn ignore<K: Eq + Hash, V>(left: &mut HashMap<K, V>, right: HashMap<K, V>)
On conflict, ignore elements from right.
right
In other words, this gives precedence to left.
left