Matrix.setCol

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
setCol
(
X...
)
(
size_t no
,
in X vals
)
if (
is(typeof(flatData!E(vals)))
)

Meta