Represents a tuple.
````tsTuple<['a', 'b']>; // Result: ['a', 'b']Tuple<string[]>; // Result: never Copy
````tsTuple<['a', 'b']>; // Result: ['a', 'b']Tuple<string[]>; // Result: never
Represents a tuple.