gfm7 ~master (2021-07-09T09:06:39Z)
Home
Dub
Repo
nogcComparisonFunction
gfm
core
memory
Must return -1 if a < b 0 if a == b 1 if a > b
alias
nogcComparisonFunction
(
T
)
=
int
delegate
(
in
T
a
,
in
T
b
)
nothrow @
nogc
Meta
Source
See Implementation
gfm
core
memory
aliases
nogcComparisonFunction
functions
alignedFree
alignedMalloc
alignedRealloc
assumeNoGC
assumeNothrow
assumeNothrowNoGC
debugBreak
destroyFree
mallocEmplace
nextAlignedPointer
nogc_qsort
stressGC
Must return -1 if a < b 0 if a == b 1 if a > b