Functions
new
Tuple.new(...: any) → Tuple<T...>isTuple
Tuple.isTuple(value: any) → boolean
Returns true if the value is a tuple
Unpack
Tuple.Unpack(self: Tuple<T...>) → TToArray
Tuple.ToArray(self: Tuple<T...>) → {T...}__tostring
Tuple.__tostring(self: Tuple<T...>) → string
Converts the tuple to a string for easy debugging
__len