Vec.opOpAssign

Append an element to this buffer.

struct Vec(T)
nothrow @nogc public
static if(__VERSION__ >= 2088)
void
opOpAssign
(
string op
)
(
T x
)
if (
op == "~"
)

Meta