toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
compose
/
joyfill.utils
/
fastAssociate
fast
Associate
inline
fun
<
T
,
K
,
V
>
Iterable
<
T
>
.
fastAssociate
(
capacity
:
Int
=
16
,
transform
:
(
T
)
->
Pair
<
K
,
V
>
)
:
Map
<
K
,
V
>