Get all dimensions except the first
type Rest = Tail<[2, 3, 4]> // [3, 4] Copy
type Rest = Tail<[2, 3, 4]> // [3, 4]
Get all dimensions except the first