Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ end
Method
end
source/core/StarAlgorithm.hpp:438–440 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
436
}
437
438
decltype(auto) end() const {
439
return std::rend(m_iterable);
440
}
441
};
442
443
template <typename Iterable>
Callers
13
fold
Function · 0.45
fold1
Function · 0.45
intersect
Function · 0.45
mapMerge
Function · 0.45
mapsEqual
Function · 0.45
filtered
Function · 0.45
sort
Function · 0.45
stableSort
Function · 0.45
reverse
Function · 0.45
transformInto
Function · 0.45
zipWith
Function · 0.45
containersEqual
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected