Get the first dimension of a shape
type First = Head<[2, 3, 4]> // 2 Copy
type First = Head<[2, 3, 4]> // 2
Get the first dimension of a shape