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)
    struct QList(T)
    extern (D) ref
    QList!(T)
    opOpAssign
    (
    string op
    )
    (
    ref const(QList!(T)) l
    )
    if (
    op == "~"
    )
  2. QList!(T) opOpAssign(const(T) t)
  3. void opOpAssign(T2 t)
  4. void opOpAssign(T t)

Meta