Mat.opIndex

Get the value at [i, j]

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

Meta