Get the length of a tuple.
Tuple type
Preserves literal length information for fixed tuples.
type L = TupleLength< [ string, string, number ] >; // 3 Copy
type L = TupleLength< [ string, string, number ] >; // 3
Get the length of a tuple.