QByteArray.contains

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool contains(char c)
  2. bool contains(const(char)* c)
    struct QByteArray
    pragma(inline, true) const
    bool
    contains
    (
    const(char)* c
    )
  3. bool contains(const(QByteArray) a)

Meta