PoolArray.opIndexAssign

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

Meta