Vec.opOpAssign

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

Meta