Vec.pushBack

Append an element to this buffer.

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

Meta