Transpose[x->LIST(LIST(T))] =: LIST(LIST(T))
Transpose returns the transpose of a rectangular matrix. It is an error if list is not rectangular.
Inverse.