Vector.opIndexAssign

struct Vector(T, ubyte N)
T
opIndexAssign
(
U : T
)
(
U x
,
size_t i
)
if (
N >= 2 &&
N <= 4
)

Meta