Kollections
2.0.16
common
kollections-interoperable
/
kollections.internal
/
AbstractCollection
/
mapWithIndex
map
With
Index
open
override
fun
<
R
>
mapWithIndex
(
transform
:
(
item
:
E
,
index
:
Int
)
->
R
)
:
List
<
R
>