phobos-next v0.5.0 (2022-11-28T21:32:24Z)
Home
Dub
Repo
sort.sort
nxt
algorithm_ex
sort
Undocumented in source. Be warned that the author may not have intended to support it.
auto
sort
(Arr arr)
template
sort
(alias less = `a < b`, SwapStrategy ss = SwapStrategy.unstable)
auto
sort
(
Arr
)
(
ref
Arr
arr
)
if
(
__traits(
isStaticArray
,
Arr
)
)
auto
sort
(Range r)
Meta
Source
See Implementation
nxt
algorithm_ex
sort
functions
sort