toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.datastructure.iterators
/
fastForEachWithIndex
fast
For
Each
With
Index
inline
fun
<
T
>
List
<
T
>
.
fastForEachWithIndex
(
callback
:
(
index
:
Int
,
value
:
T
)
->
Unit
)
inline
fun
<
T
>
Array
<
T
>
.
fastForEachWithIndex
(
callback
:
(
index
:
Int
,
value
:
T
)
->
Unit
)
inline
fun
IntArrayList
.
fastForEachWithIndex
(
callback
:
(
index
:
Int
,
value
:
Int
)
->
Unit
)
inline
fun
FloatArrayList
.
fastForEachWithIndex
(
callback
:
(
index
:
Int
,
value
:
Float
)
->
Unit
)
inline
fun
DoubleArrayList
.
fastForEachWithIndex
(
callback
:
(
index
:
Int
,
value
:
Double
)
->
Unit
)