Function Matrix.transpose

The transpose operation returns the matrix 'flipped' about its diagonal - That is, rows and columns are switched

Matrix!(T,columns,rows) transpose() @property;