MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __sort

Function __sort

include/Array.h:952–952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950 hx::ArrayBase *__slice(const Dynamic &a0,const Dynamic &a1) HXCPP_OVERRIDE { return slice(a0,a1).mPtr; }
951 hx::ArrayBase *__splice(const Dynamic &a0,const Dynamic &a1) HXCPP_OVERRIDE { return splice(a0,a1).mPtr; }
952 void __sort(const DynamicSorterFunc& a0) HXCPP_OVERRIDE { sort(a0); }
953 ::String __toString() HXCPP_OVERRIDE { return toString(); }
954 void __unshift(const Dynamic &a0) HXCPP_OVERRIDE { unshift(a0); }
955#if (HXCPP_API_LEVEL>=500)

Callers

nothing calls this directly

Calls 1

sortFunction · 0.70

Tested by

no test coverage detected