Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ pop_count
Method
pop_count
Libs/sol/sol.hpp:15968–15970 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15966
return returncount;
15967
};
15968
int pop_count() const noexcept {
15969
return popcount;
15970
};
15971
void abandon() noexcept {
15972
// L = nullptr;
15973
index = 0;
Callers
2
push
Method · 0.80
script_throw_on_error
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected