Companion

object Companion

Functions

Link copied to clipboard
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.

Properties

Link copied to clipboard
const val minSize: Int = 10

Answer the minimum number of elements a subrange tuple may have. Below this threshold the subrange representation is expected to be unnecessarily verbose and slow.

Link copied to clipboard
val mutable: SubrangeTupleDescriptor