Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.collections
/
dev.lounres.kone.collections.utils
/
runningFoldIndexed
running
Fold
Indexed
inline
fun
<
E
,
R
>
KoneIterator
<
E
>
.
runningFoldIndexed
(
initial
:
R
,
operation
:
(
index
:
UInt
,
acc
:
R
,
E
)
->
R
)
:
KoneList
<
R
>
(
source
)
inline
fun
<
E
,
R
>
KoneIterable
<
E
>
.
runningFoldIndexed
(
initial
:
R
,
operation
:
(
index
:
UInt
,
acc
:
R
,
E
)
->
R
)
:
KoneList
<
R
>
(
source
)