Matrix.as_pretty_string

Returns the current matrix as pretty formatted string.

struct Matrix(type, int rows_, int cols_)
@property
string
as_pretty_string
()
if (
(rows_ > 0) &&
(cols_ > 0)
)

Meta