mutableObjectOfSize

fun mutableObjectOfSize(size: Int): AvailObject

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

Return

An int tuple with the specified number of ints (initially zero).

Parameters

size

The number of ints in the resulting tuple.