Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ reverse
Function
reverse
source/core/StarAlgorithm.hpp:266–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
265
template <typename Container>
266
void reverse(Container& c) {
267
std::reverse(c.begin(), c.end());
268
}
269
270
template <typename Container>
271
Container reverseCopy(Container c) {
Callers
9
reverse
Method · 0.70
flipHorizontal
Method · 0.70
flipVertical
Method · 0.70
reverseCopy
Function · 0.70
rsplit
Method · 0.70
rsplitAny
Method · 0.70
reconstructPath
Method · 0.70
fixInsideOutPoly
Function · 0.70
reverse
Method · 0.70
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected