kotlin-stdlib / kotlin.collections / HashMap / putAll putAll Common Native 1.0 fun putAll(from: Map<out K, V>)(Common source) (Native source) JS 1.1 open fun putAll(from: Map<out K, V>)(source) Updates this map with key/value pairs from the specified map from.