Skip to main content

chain_collect_index_map

Function chain_collect_index_map 

Source
fn chain_collect_index_map<K: Eq + Hash, V: Clone + PartialEq>(
    map1: IndexMap<K, V>,
    map2: IndexMap<K, V>,
) -> IndexMap<K, V>