Vector.opBinary

Returns a new vector after appending to the given vector.

struct Vector(E, Allocator = typeof(theAllocator))
const
opBinary
(
string s
T
)
(
auto ref T other
)
if (
s == "~" &&
is(Unqual!T == Vector)
)
if (
isAllocator!Allocator
)

Meta