Take the first N dimensions from a shape
type FirstTwo = Take<[2, 3, 4, 5], 2> // [2, 3] Copy
type FirstTwo = Take<[2, 3, 4, 5], 2> // [2, 3]
Take the first N dimensions from a shape