dath ~master (2022-03-05T17:42:13Z)
Dub
Repo
Mat.opIndexAssign
dath
matrix
Mat
Set the value at [i, j]
struct
Mat
(T, ulong n)
@
nogc
pure nothrow
T
opIndexAssign
(
T
value
,
int
i
,
int
j
)
if
(
n
>= 2 &&
isNumeric
!
T
)
Meta
Source
See Implementation
dath
matrix
Mat
constructors
this
functions
opBinary
opIndex
opIndexAssign
opOpAssign
ptr
unions
__anonymous
Set the value at [i, j]