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