Companion

object Companion

Functions

Link copied to clipboard
fun generateLongTupleFrom(size: Int, generator: (Int) -> Long): AvailObject

Create an object of the appropriate size, whose descriptor is an instance of LongTupleDescriptor. Run the generator for each position in ascending order to produce the Longs with which to populate the tuple.

Link copied to clipboard
fun mutableObjectOfSize(size: Int): AvailObject

Build a mutable long tuple with room for the specified number of elements.

Properties