QList.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QList!(T) opOpAssign(const(QList!(T)) l)
  2. QList!(T) opOpAssign(const(T) t)
  3. void opOpAssign(T2 t)
    struct QList(T)
    extern (D)
    void
    opOpAssign
    (
    string op
    T2
    )
    (
    ref const T2 t
    )
    if (
    op == "~" &&
    !is(const(T2) == const(T))
    )
  4. void opOpAssign(T t)

Meta