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)
    struct QVector(T)
    pragma(inline, true)
    void
    insert
    ()
    (
    int i
    ,
    ref 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)

Meta