Companion
Functions
Link copied to clipboard
fun generateIntTupleFrom(size: Int, generator: (Int) -> Int): AvailObject
Content copied to clipboard
Create an object of the appropriate size, whose descriptor is an instance of IntTupleDescriptor. Run the generator for each position in ascending order to produce the ints with which to populate the tuple.
Link copied to clipboard
Build a mutable int tuple with room for the specified number of elements.
Properties
Link copied to clipboard
The CheckedMethod for mutableObjectOfSize.