update

inline fun <K, V> Map<K, V>.update(block: MutableMap<K, V>.() -> Unit): Map<K, V>