QString.prepend

Undocumented in source. Be warned that the author may not have intended to support it.
  1. QString prepend(QChar c)
  2. QString prepend(const(QChar)* uc, qsizetype len)
    struct QString
    pragma(inline, true) ref
    prepend
    (
    const(QChar)* uc
    ,)
  3. QString prepend(const(QString) s)
  4. QString prepend(QStringView v)
  5. QString prepend(QLatin1String s)

Meta