Vector.opOpAssign

Allows the vector to have the joint operator assign syntax Works component-wise, so each operation of the constant is applied to each component

  1. void opOpAssign(Vector!(T, dimensions) otherVector)
  2. void opOpAssign(T[] otherComponents)
    class Vector(T, uint dimensions)
    void
    opOpAssign
    (
    string op
    )
  3. void opOpAssign(T constant)

Meta