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)
    struct PoolArray(T)
    @nogc nothrow
    static if(is(T == String))
    void
    pushBack
  3. void pushBack(T data)

Meta