tupleFromArray

Create a tuple with the specified elements. The elements are not made immutable first, nor is the new tuple.

Return

The new mutable tuple.

Parameters

elements

The array of Avail values from which to construct a tuple.