Kone
Toggle table of contents
0.0.0-experiment-2025.4.11
common
Platform filter
common
Switch theme
Search in API
Kone
kone.collections
/
dev.lounres.kone.collections.map
/
associateWithTo
associate
With
To
inline
fun
<
Key
,
Value
,
Destination
:
KoneMutableMap
<
in
Key
,
in
Value
>
>
KoneIterable
<
Key
>
.
associateWithTo
(
destination
:
Destination
,
valueSelector
:
(
Key
)
->
Value
)
:
Destination
(
source
)