Mat.opIndexAssign

Set the value at [i, j]

struct Mat(T, ulong n)
@nogc pure nothrow
T
opIndexAssign
(,
int i
,
int j
)
if (
n >= 2 &&
isNumeric!T
)

Meta