Matrix.setRect

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(size_t H, size_t W, E)
pure
setRect
(
size_t bH
size_t bW
X
)
(
size_t pos_row
,
size_t pos_col
,
in Matrix!(bH, bW, X) mtr
)
if (
is(typeof(E(X.init)))
)

Meta