- erase
qsizetype erase(QList!(T) list, const(AT) t)
Undocumented in source. Be warned that the author may not have intended to support it.
- erase_if
qsizetype erase_if(QList!(T) list, Predicate pred)
Undocumented in source. Be warned that the author may not have intended to support it.
- lastIndexOf
qsizetype lastIndexOf(const(QList!(T)) vector, const(U) u, qsizetype from)
Undocumented in source. Be warned that the author may not have intended to support it.