Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ empty
Method
empty
include/hx/QuickVec.h:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
inline bool some_left() { return mSize; }
109
inline bool empty() const { return !mSize; }
110
inline void clear() { mSize = 0; }
111
inline int next()
112
{
Callers
6
tlmSampleExit
Method · 0.80
GCGetNextZombie
Method · 0.80
setBinary
Method · 0.80
get
Method · 0.80
push
Method · 0.80
pop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected