sort.sort

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto sort(Arr arr)
  2. auto sort(Range r)
    template sort(alias less = `a < b`, SwapStrategy ss = SwapStrategy.unstable)
    sort
    (
    Range
    )
    (
    Range r
    )
    if (
    !__traits(isStaticArray, Range)
    )

Meta