AlignedBuffer.pushBack

Appends a slice to this buffer.

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

Meta