Vec.pushBack

Appends another buffer to this buffer.

  1. void pushBack(T x)
  2. void pushBack(Vec other)
    struct Vec(T)
    nothrow @nogc public
    void
    pushBack
    ()
  3. void pushBack(T[] slice)

Meta