change

inline fun <K, V> KoneMutableMap<in K, V>.change(key: K, transform: (currentValue: V) -> V)(source)