putAll

expect open override fun putAll(from: Map<out K, V>)(source)

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

Since Kotlin

1.0
actual open override fun putAll(from: Map<out K, V>)(source)

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

Since Kotlin

1.1
actual open override fun putAll(from: Map<out K, V>)(source)

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

Since Kotlin

1.3
actual open override fun putAll(from: Map<out K, V>)(source)

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

Since Kotlin

1.8
actual open override fun putAll(from: Map<out K, V>)(source)

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

Since Kotlin

1.8