Matrix.toString

Returns the current matrix formatted as flat string.

struct Matrix(type, int numCols, int numRows)
nothrow @nogc
char[]
toString
(
char[] buffer
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta