mutableObjectOfSize

fun mutableObjectOfSize(size: Int): AvailObject

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

Return

A long tuple with the specified number of longs (initially zero).

Parameters

size

The number of longs in the resulting tuple.