chickadee » generalized-arrays » array-transpose

array-transpose arrayprocedure

Returns an array whose axes appear in the reverse order of the axes of array. This implies that the upper and lower bound are the reverse of the bounds of array. (APL monadic transpose.)