Vector.opBinary

Returns a new vector after appending to the given vector.

struct Vector(T)
const
opBinary
(
string s
T
)
(
auto ref T other
)
if (
s == "~" &&
is(Unqual!T == Vector)
)

Meta