kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.collections
/
toPair
to
Pair
Common
inline
fun
<
K
,
V
>
Map.Entry
<
K
,
V
>
.
toPair
(
)
:
Pair
<
K
,
V
>
Content copied to clipboard
Converts entry to
Pair
with key being first component and value being second.