ListWrapArray.opIndexAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opIndexAssign(TValue value, int index)
  2. void opIndexAssign(Object value, int index)
  3. void opIndexAssign(Dstring value, int index)
    template ListWrapArray(TValue, alias Array, alias ItemAddingCallback, alias ItemAddedCallback, alias ItemRemovingCallback, alias ItemRemovedCallback, bool OVERLOAD_STRING = false, bool OVERLOAD_OBJECT = false, bool COW = true, bool CLEAR_EACH = false)
    static if(OVERLOAD_STRING)
    void
    opIndexAssign
    (
    Dstring value
    ,
    int index
    )

Meta