Extracts the type info for the first item inside a tuple.
type Value = Head<[true, 1, '2']>;// => true Copy
type Value = Head<[true, 1, '2']>;// => true
Generated using TypeDoc
Extracts the type info for the first item inside a tuple.