toArray

fun toArray(tuple: A_Tuple): Array<AvailObject>

Construct an array from the specified A_Tuple. The elements are not made immutable.

Return

The corresponding Java array of AvailObjects.

Parameters

tuple

A tuple.