QList.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. iterator insert(iterator before, const(T) t)
    struct QList(T)
    pragma(inline, true)
    insert
    ()
    (,
    ref const(T) t
    )

Meta