Matrix.T

Undocumented in source.
struct Matrix(E, uint rows_, uint cols_, Layout layout = Layout.rowMajor)
static if(rows == cols)
alias T = transpose

Meta