pub fn recurse<K: Eq + Hash, V: Merge>( left: &mut HashMap<K, V>, right: HashMap<K, V>, )
On conflict, recursively merge the elements.