map/merge_maps_conflict library

Functions

mergeMaps<K, V>(Map<K, V> a, Map<K, V> b, V conflict(K, V, V)) Map<K, V>
Merges two maps with custom conflict resolution for duplicate keys.