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