Matrix.toString

Returns string representation of matrix: [1.00, 1.00,... , 1.00]

struct Matrix(T, size_t H, size_t W)
const
string
toString
()
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta