Vec.opCatAssign

Append an element to this buffer.

struct Vec(T)
nothrow @nogc public
static if(!(__VERSION__ >= 2088))
void
opCatAssign
(
T x
)

Meta