Returns a new map with transformed values and preserved keys.
| map |
the source map. |
| fn |
value transformation function. |
| hash_func |
hash function for key type K. |
| equal_func |
equality function for key type K. |
|
a new map with transformed values. |