toggle menu
KAHelpers
androidJvm
switch theme
search in API
collections
/
dev.funkymuse.collections
/
forEachApplyIndexed
for
Each
Apply
Indexed
inline
fun
<
E
>
Iterable
<
E
>
.
forEachApplyIndexed
(
action
:
E
.
(
index
:
Int
)
->
Unit
)