Get the last dimension with proper number constraint
type LastDim = LastDim<[2, 3, 4]> // 4 Copy
type LastDim = LastDim<[2, 3, 4]> // 4
Get the last dimension with proper number constraint