new Tuple(List) Simple tuple implementation. This constructor will create new instances and store immutable values within them. Parameters: Name Type Description List Array.<objects> of values to store within the tuple. Source: Tuple.js, line 29