Vec.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(T rhs)
  2. void opOpAssign(X[dim] rhs)
    struct Vec(T, int dim)
    void
    opOpAssign
    (
    string op
    X
    )
    (
    X[dim] rhs
    )
    if (
    !isArray!X &&
    isAssignable!(T, X)
    )

Meta