Vec.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Vec opOpAssign(T[] values)
    struct Vec(T)
    ref
    static if(elementsAreCopyable)
    opOpAssign
    (
    string op : "~"
    )
    (
    scope T[] values...
    )
  2. Vec opOpAssign(T value)

Meta