Creates a map from key-value pairs.
If duplicate keys exist, later pairs overwrite earlier ones.
| pairs |
list of key-value pairs. |
| hash_func |
hash function for key type K. |
| equal_func |
equality function for key type K. |
|
a new map. |