QVector.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void insert(int i, const(T) t)
  2. void insert(int i, int n, const(T) t)
  3. iterator insert(iterator before, int n, const(T) t)
  4. iterator insert(iterator before, const(T) x)
    struct QVector(T)
    pragma(inline, true)
    insert
    ()
    (,
    ref const(T) x
    )

Meta