Companion

object Companion

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

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.