Matrix.toStringPretty

Returns string representation of matrix: 1.00, 1.00,... |\n|1.00, ... , 1.00|

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

Meta