qStableSortHelper

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void qStableSortHelper(RandomAccessIterator begin, RandomAccessIterator end, const(T) t, LessThan lessThan)
    extern (C++)
    void
    qStableSortHelper
    (
    RandomAccessIterator
    T
    LessThan
    )
    (
    RandomAccessIterator begin
    ,
    RandomAccessIterator end
    ,
    ref const(T) t
    ,
    LessThan lessThan
    )
  2. void qStableSortHelper(RandomAccessIterator begin, RandomAccessIterator end, const(T) dummy)

Meta