rangeTo

operator fun IntArray.rangeTo(other: IntArray): MultiIndexProgression

Returns a multidimensional index based on given arrays.


operator fun SliceStartStub.rangeTo(that: Int): Slice

Returns Slice with stub of the start.


operator fun Int.rangeTo(that: SliceEndStub): Slice

Returns Slice with stub of the stop.


operator fun Int.rangeTo(that: RInt): Slice

Returns Slice where stop from RInt.


operator fun IntRange.rangeTo(step: Int): Slice

Returns a slice at a specified step.