Merges two maps into a new map. When both maps contain the same key, the value from the second map takes priority.
| a |
the base map. |
| b |
the override map. |
| hash_func |
hash function for key type K. |
| equal_func |
equality function for key type K. |
|
a new merged map. |