Multi Index Progression
fun MultiIndexProgression( first: IntArray, last: IntArray, step: Int = 1)
Content copied to clipboard
Parameters
first
a start array indices.
last
a final array indices.
step
index traversal step, can be negative.