In the stdlib _Collections.kt it would be nice to have a Map .mapKeysNotNull
and .mapValuesNotNull
.
Modifying the Map .mapKeys
and .mapValues
akin to Iterable .mapNotNull
.
In the stdlib _Collections.kt it would be nice to have a Map .mapKeysNotNull
and .mapValuesNotNull
.
Modifying the Map .mapKeys
and .mapValues
akin to Iterable .mapNotNull
.