Matrix.asPrettyString

Returns the current matrix as pretty formatted string. TODO : Check This

struct Matrix(type, int numCols, int numRows)
@property
string
asPrettyString
(
)
if (
(numCols > 1) &&
(numRows > 1)
)

Meta