toggle menu
core
0.43.2
js
switch theme
search in API
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.