Matrix.toString

Returns a visual representation of this matrix

struct Matrix(T, size_t dim_)
nothrow const
string
toString
()
if (
__traits(isFloating, T) &&
dim_ >= 2
&&
dim_ <= 4
)

Meta