gfm7 ~master (2021-07-09T09:06:39Z)
Home
Dub
Repo
nogc_qsort
gfm
core
memory
@nogc quicksort From the excellent:
http://codereview.stackexchange.com/a/77788
deprecated
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
mallocEmplace
nextAlignedPointer
nogc_qsort
stressGC
@nogc quicksort From the excellent: http://codereview.stackexchange.com/a/77788