kotlin.collections.mapValuesTo
mapValuesTo
inline fun <K, V, R, M : MutableMap<in K, in R>> Map<out K, V>.mapValuesTo( destination: M, transform: (Entry<K, V>) -> R ): M
Populates the given destination map with entries having the keys of this map and the v