dplug v6.0.22
Dub
Repo
nogcComparisonFunction
dplug
core
nogc
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
dplug
core
nogc
aliases
nogcComparisonFunction
functions
assumeZeroTerminated
debugBreak
destroyFree
freeSlice
mallocDup
mallocEmplace
mallocIDup
mallocNew
mallocSlice
mallocSliceNoInit
mergeSort
quicksort
stringDup
stringIDup
unrecoverableError
unsafeObjectCast
structs
CStringImpl
Must return -1 if a < b 0 if a == b 1 if a > b