Matrix.zero

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

Meta