toggle menu
kgal-core
0.0.5
common
switch theme
search in API
kgal-core
/
kgal.utils
/
forEachIndexed
for
Each
Indexed
inline
fun
<
T
>
Array
<
out
T
>
.
forEachIndexed
(
start
:
Int
,
end
:
Int
=
this.size
,
action
:
(
index
:
Int
,
T
)
->
Unit
)
For each indexed implementation with start and end.
Parameters
start
starting index
end
ending index