Transpose 2D Array

Rearranges the elements of 2D array such that 2D array[i,j] becomes transposed array[j,i]. The connector pane displays the default data types for this polymorphic function.

2D array can be a 2D array of any type.
transposed array is the output array.