Matrix.transpose

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, uint Rows, uint Columns)
Matrix!(T, Columns, Rows)
transpose
()
if (
Rows > 0 &&
Columns > 0
)

Meta