Vector3.opOpAssign

Assign Add/Subtract with another vector3.

struct Vector3(T)
ref
opOpAssign
(
string op
E
)
if (
isNumeric!(E) &&
(
(op == "+") ||
(op == "-")
)
)
if (
isNumeric!(T) ||
is(T == bool)
)

Meta