toggle menu
animatedledstrip-core
1.0.5
common
switch theme
search in API
animatedledstrip-core
/
animatedledstrip.leds.animationmanagement
/
iterateOver
iterate
Over
inline
fun
iterateOver
(
indices
:
IntProgression
,
operation
:
(
Int
)
->
Unit
)
Iterate over a range of indices
inline
fun
iterateOver
(
indices
:
List
<
Int
>
,
operation
:
(
Int
)
->
Unit
)
Iterate over indices given in a list