Matrix.resize

resize dynamic matrix, new height/width must equals static height/width

only: if( isDynamic )

struct Matrix(size_t H, size_t W, E)
pure ref
static if(isDynamic)
typeof(this)
resize
(
size_t nh
,
size_t nw
)

Meta