core
0.24.4
js
core
/
de.peekandpoke.kraft.streams.addons
/
indexed
indexed
js
fun
<
T
>
Stream
<
T
>
.
indexed
(
)
:
Stream
<
Pair
<
Int
,
T
>
>
Map the stream to pairs of index to value.
The first index is 0.