Vector.opAssign

Allows assigning the vector to a single value to set all elements of the vector to such a value

  1. void opAssign(T[] rhs)
  2. void opAssign(T rhs)
    class Vector(T, uint dimensions)
    void
    opAssign
    (
    T rhs
    )

Meta