- map-merge map1 map2procedure
Returns a new map with the entries of map2 merged into map1. Entries which are present in both maps will be overridden by those in map2.
Returns a new map with the entries of map2 merged into map1. Entries which are present in both maps will be overridden by those in map2.