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