createSubrange

fun createSubrange(basisTuple: A_Tuple, startIndex: Int, size: Int): AvailObject

Create a subrange tuple with the given basis tuple, start index, and size. Make the basis tuple immutable for safety.

Return

A fresh subrange tuple.

Parameters

basisTuple

The basis tuple of this subrange tuple.

startIndex

The starting index within the basis tuple

size

The size of this subrange tuple.