PoolArray.set

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

Meta