MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / begin

Method begin

source/core/StarAlgorithm.hpp:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432 ReverseWrapper(Iterable& iterable) : m_iterable(iterable) {}
433
434 decltype(auto) begin() const {
435 return std::rbegin(m_iterable);
436 }
437
438 decltype(auto) end() const {
439 return std::rend(m_iterable);

Callers 9

foldFunction · 0.45
fold1Function · 0.45
intersectFunction · 0.45
mapMergeFunction · 0.45
sortFunction · 0.45
stableSortFunction · 0.45
reverseFunction · 0.45
zipWithFunction · 0.45
containersEqualFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected