Function recurse

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

On conflict, recursively merge the elements.