Vector.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Vector(T, Allocator = Mallocator, bool addInGC = true)
void
opOpAssign
(
string op
S
)
(
auto ref S other
)
if (
(
is(S == Unqual!(typeof(this))) ||
is(S : InsertT[])
||
is(S : InsertT)
)
&&
op == "~"
)
if (
is(T == Unqual!T)
)

Meta