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