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)
  2. void qStableSortHelper(RandomAccessIterator begin, RandomAccessIterator end, const(T) dummy)
    extern (C++) pragma(inline, true)
    void
    qStableSortHelper
    (
    RandomAccessIterator
    T
    )
    (
    RandomAccessIterator begin
    ,
    RandomAccessIterator end
    ,
    ref const(T) dummy
    )

Meta