Matrix.copyof

Returns copy of matrix

struct Matrix(T, size_t H, size_t W)
copyof
()
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta