create Subrange
fun createSubrange( basisTuple: A_Tuple, startIndex: Int, size: Int): AvailObject
Content copied to clipboard
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
basis Tuple
The basis tuple of this subrange tuple.
start Index
The starting index within the basis tuple
size
The size of this subrange tuple.