Vec.pushBack

Appends a slice to this buffer. slice should not belong to the same buffer _data.

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

Meta