Get the second-to-last dimension
type SecondToLast = SecondToLast<[2, 3, 4]> // 3 Copy
type SecondToLast = SecondToLast<[2, 3, 4]> // 3
Get the second-to-last dimension