arrayForEachIndexed

inline fun <T> arrayForEachIndexed(array: Array<T>, block: (index: Int, value: T) -> Unit)(source)

Array.forEachIndexed.