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

Function __slice

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

Source from the content-addressed store, hash-verified

948 void __reverse() HXCPP_OVERRIDE { reverse(); }
949 Dynamic __shift() HXCPP_OVERRIDE { return shift(); }
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(); }

Callers

nothing calls this directly

Calls 1

sliceFunction · 0.85

Tested by

no test coverage detected