Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
__unshift
Function · 0.70
PushFront
Method · 0.50
Calls
1
insert
Function · 0.70
Tested by
no test coverage detected