Mat.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Mat(T, size_t rowCount, size_t colCount)
void
opIndexAssign
(,
size_t i
,
size_t j
)
if (
isNumeric!T &&
rowCount > 0
&&
colCount > 0
)

Meta