PoolArray.pushBack

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void pushBack(PoolArray arr)
  2. void pushBack(String data)
  3. void pushBack(T data)
    struct PoolArray(T)
    @nogc nothrow
    static if(!(is(T == String)))
    void
    pushBack
    (
    in T data
    )

Meta