gfm v3.0.3 (2015-09-02T09:30:55Z)
Home
Dub
Repo
nogc_qsort
gfm
core
memory
@nogc quicksort From the excellent:
http://codereview.stackexchange.com/a/77788
nothrow @
nogc
void
nogc_qsort
(
T
)
(
T
[]
array
,
nogcComparisonFunction
!
T
comparison
)
Meta
Source
See Implementation
gfm
core
memory
aliases
nogcComparisonFunction
functions
alignedFree
alignedMalloc
alignedRealloc
assumeNoGC
assumeNothrow
assumeNothrowNoGC
debugBreak
destroyFree
ensureNotInGC
isCalledByGC
mallocEmplace
nextAlignedPointer
nogc_qsort
@nogc quicksort From the excellent: http://codereview.stackexchange.com/a/77788