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)
  3. QString prepend(const(QString) s)
    struct QString
    pragma(inline, true) ref
    static if(QT_STRINGVIEW_LEVEL < 2)
    prepend
    (
    ref const(QString) s
    )
  4. QString prepend(QStringView v)
  5. QString prepend(QLatin1String s)

Meta