dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
quicksort
dplug
core
nogc
@nogc quicksort From the excellent:
http://codereview.stackexchange.com/a/77788
nothrow @
nogc
void
quicksort
(
T
)
(
T
[]
array
,
nogcComparisonFunction
!
T
comparison
)
Meta
Source
See Implementation
dplug
core
nogc
aliases
CString
CString16
nogcComparisonFunction
functions
assumeNoGC
assumeNothrowNoGC
browseNoGC
debugBreak
destroyFree
destroyNoGC
ensureNotInGC
freeSlice
isCalledByGC
mallocDup
mallocEmplace
mallocIDup
mallocSlice
mallocSliceNoInit
mergeSort
quicksort
stringNCopy
unrecoverableError
unsafeObjectCast
structs
CStringImpl
@nogc quicksort From the excellent: http://codereview.stackexchange.com/a/77788