phobos-next v0.3.5 (2020-07-23T15:01:39Z)
Home
Dub
Repo
hybridSort
nxt
hybridsort
Perform either radix or standard sort depending on
ElementType
of
Range
.
auto
hybridSort
(
alias
less
= "a < b"
Range
)
(
Range
r
)
if
(
isRandomAccessRange
!
Range
)
Meta
Source
See Implementation
nxt
hybridsort
functions
hybridSort
static variables
radixSortMinLength
Perform either radix or standard sort depending on ElementType of Range.