Class: Tuple

eclairjs.Tuple

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: