phobos-next v0.3.5 (2020-07-23T15:01:39Z)
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