kotlin-stdlib
Common
JS
Native
kotlin-stdlib
/
kotlin.collections
/
AbstractMutableMap
/
putAll
put
All
Common
JS
Native
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
.