Get the length (rank) of a shape
type Rank = Length<[2, 3, 4]> // 3 Copy
type Rank = Length<[2, 3, 4]> // 3
Get the length (rank) of a shape