The Avail Programming Language

Tuple

A heterogeneously typed, indexable, ordered collection of values. Tuples are distinct from sets in that tuples may contain duplicate entries, where sets cannot; and tuple elements have indices, where set members do not.

References: An in-depth look at tuples