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

Function __unshift

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

Source from the content-addressed store, hash-verified

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)
956 cpp::VirtualArray_obj* __map(const DynamicMappingFunc& func) override { return cpp::VirtualArray(map<Dynamic>(func)).mPtr; }
957#else

Callers

nothing calls this directly

Calls 1

unshiftFunction · 0.70

Tested by

no test coverage detected