Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ shift
Function
shift
include/Array.h:801–807 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
799
}
800
801
NullType shift()
802
{
803
if (length==0) return null();
804
ELEM_ result = __get(0);
805
RemoveElement(0);
806
return result;
807
}
808
809
String join(String inSeparator) { return ArrayBase::joinArray(this, inSeparator); }
810
Callers
2
Array.h
File · 0.70
PopFront
Method · 0.50
Calls
2
null
Class · 0.70
__get
Function · 0.70
Tested by
no test coverage detected