Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ qsort
Function
qsort
include/Array.h:891–895 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
889
};
890
891
inline void qsort(SorterFunc inSorter)
892
{
893
ELEM_ *e = (ELEM_ *)mBase;
894
std::sort(e, e+length, Sorter(inSorter) );
895
}
896
897
void sort(SorterFunc inSorter)
898
{
Callers
nothing calls this directly
Calls
2
Sorter
Class · 0.85
sort
Function · 0.70
Tested by
no test coverage detected