Vector.opOpAssign

Operation and assign other vector.

struct Vector(size_t D, E = float)
ref return scope
typeof(this)
opOpAssign
(
string op
)
(
auto ref const(typeof(this)) value
)

Parameters

value const(typeof(this))

other vetor value.

Return Value

Type: typeof(this)

this vector.

Meta