Matrix.toString

Converts to string

struct Matrix(T, uint U, uint V)
const
string
toString
()
if (
__traits(isArithmetic, T)
)

Return Value

Type: string

string representation of this matrix

Meta