Matrix.identity

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

Meta