putAll

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

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

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

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