karasux v0.0.10 (2021-07-05T13:09:17Z)
Dub
Repo
Vector.opIndexAssign
karasux
linear_algebra
vector
Vector
Set an element.
struct
Vector
(size_t D, E = float)
ref return scope
const
(
E
)
opIndexAssign
()
(
auto
ref
const
(
E
)
value
,
size_t
i
)
Parameters
value
const
(
E
)
element value.
i
size_t
index.
Return Value
Type:
const
(
E
)
assigned element value.
Meta
Source
See Implementation
karasux
linear_algebra
vector
Vector
functions
fill
mul
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
opSlice
properties
ptr
Set an element.