Matrix.ptr

Returns pointer to data

struct Matrix(T, size_t H, size_t W)
return
T[W]*
ptr
()
if (
isNumeric!T &&
W > 0
&&
H > 0
)

Meta