Kubit
Toggle table of contents
1.0.0-alpha02
common
Platform filter
common
Switch theme
Search in API
Kubit
Kubit
/
kubit.collections.deque
/
IntDeque
/
forEachReversedIndexed
for
Each
Reversed
Indexed
inline
fun
forEachReversedIndexed
(
action
:
(
index
:
Int
,
value
:
Int
)
->
Unit
)
(
source
)
Iterates elements from last to first, passing the logical index and value to
action
.