Matrix.identity

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, int RowSize, int ColSize)
static
static if(rowSize == colSize)
identity
()
if (
__traits(isArithmetic, T) &&
RowSize > 0
&&
ColSize > 0
)

Meta