Get the first element of a tuple.
Tuple type
Extracts the type of the first element from a tuple type.
type H = TupleHead< [ number, string, boolean ] >; // number Copy
type H = TupleHead< [ number, string, boolean ] >; // number
Get the first element of a tuple.