Skip to content

Latest commit

 

History

History

Head

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Head

Gets the first element of a tuple type T.

Example

type Arr = ['1', '2', '3', '4'];
type Result = Head<Arr>; // expected to be '1'