forEachReversedIndexed

inline fun forEachReversedIndexed(action: (index: Int, value: Float) -> Unit)(source)

Iterates elements from last to first, passing the logical index and value to action.