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

Function unshift

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

Source from the content-addressed store, hash-verified

842 }
843
844 void unshift(ELEM_ inValue)
845 {
846 insert(0,inValue);
847 }
848
849 void reverse()
850 {

Callers 2

__unshiftFunction · 0.70
PushFrontMethod · 0.50

Calls 1

insertFunction · 0.70

Tested by

no test coverage detected