putAll

abstract fun putAll(from: Map<out K, V>)(source)

Updates this map with key/value pairs from the specified map from.

Since Kotlin

1.0
abstract fun putAll(from: Map<out K, V>)(source)

Updates this map with key/value pairs from the specified map from.

Since Kotlin

1.3