Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ pop
Function
pop
include/Array.h:711–717 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
return length;
710
}
711
inline NullType pop( )
712
{
713
if (!length) return null();
714
ELEM_ result = __get((int)length-1);
715
resize((int)length-1);
716
return result;
717
}
718
719
720
Callers
1
Array.h
File · 0.70
Calls
3
null
Class · 0.70
__get
Function · 0.70
resize
Function · 0.70
Tested by
no test coverage detected