sort.sort

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

Meta