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(parameter_type t)
    struct QList(T)
    extern (D) pragma(inline, true) ref
    QList!(T)
    opOpAssign
    (
    string op
    )
    if (
    op == "~"
    )

Meta