Matrix.as_string

Returns the current matrix formatted as flat string.

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

Meta