sort

Allow Static Arrays to be sorted without []. See also: http://forum.dlang.org/thread/jhzurojjnlkatjdgcfhg@forum.dlang.org

  1. auto sort(Arr arr)
    template sort(alias less = `a < b`, SwapStrategy ss = SwapStrategy.unstable)
    sort
    (
    Arr
    )
    (
    ref Arr arr
    )
    if (
    isStaticArray!Arr
    )
  2. auto sort(Range r)

Members

Functions

sort
auto sort(Arr arr)
Undocumented in source. Be warned that the author may not have intended to support it.
sort
auto sort(Range r)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta