Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow type transformations with mapper for Map
Matching the return type of the mapper function with the return types of the given map functions F and G, allows the mapper function to be used to transform key and value types. Previous definition only works for map functions that return the same type as they are given.
- Loading branch information