qSort

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void qSort(RandomAccessIterator start, RandomAccessIterator end)
  2. void qSort(RandomAccessIterator start, RandomAccessIterator end, LessThan lessThan)
    extern (C++) pragma(inline, true)
    void
    qSort
    (
    RandomAccessIterator
    LessThan
    )
    (
    RandomAccessIterator start
    ,
    RandomAccessIterator end
    ,
    LessThan lessThan
    )
  3. void qSort(Container c)

Meta