PoolArray.insert

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

Meta