autosort_cmp

Predicate for sorting auto symbols for qsort().

version(COMPILE)
extern (C++) nothrow @safe @trusted extern (C)
int
autosort_cmp
(
scope const void* ps1
,
scope const void* ps2
)

Return Value

Type: int

< 0 s1 goes farther from frame pointer > 0 s1 goes nearer the frame pointer = 0 no difference

Suggestion Box / Bug Report