tupleFromList

Construct a new tuple of arbitrary Avail objects passed in a list. The elements are not made immutable first, nor is the new tuple necessarily made immutable.

Return

The corresponding tuple of objects.

Parameters

list

The list of Avail objects from which to construct a tuple.

E

The specialization of the input List's elements.