Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __length
Function
__length
include/Array.h:223–223 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
221
222
inline size_t size() const { return length; }
223
inline int __length() const HXCPP_OVERRIDE { return (int)length; }
224
225
virtual String ItemString(int inI) = 0;
226
Callers
1
__Compare
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected