Permute dimensions according to an axis order
type Transposed = Permute<[2, 3, 4], [2, 0, 1]> // [4, 2, 3] Copy
type Transposed = Permute<[2, 3, 4], [2, 0, 1]> // [4, 2, 3]
Permute dimensions according to an axis order