dplug v6.0.22
Dub
Repo
quicksort
dplug
core
nogc
@nogc quicksort From the excellent:
http://codereview.stackexchange.com/a/77788
deprecated("Use grailSort() instead, which is faster") nothrow @
nogc
void
quicksort
(
T
)
(
T
[]
array
,
nogcComparisonFunction
!
T
comparison
)
Meta
Source
See Implementation
dplug
core
nogc
aliases
nogcComparisonFunction
functions
assumeZeroTerminated
debugBreak
destroyFree
freeSlice
mallocDup
mallocEmplace
mallocIDup
mallocNew
mallocSlice
mallocSliceNoInit
mergeSort
quicksort
stringDup
stringIDup
unrecoverableError
unsafeObjectCast
structs
CStringImpl
@nogc quicksort From the excellent: http://codereview.stackexchange.com/a/77788