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

Method end

source/core/StarPythonic.hpp:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450 }
451
452 RangeIterator end() const {
453 Diff steps = stepsBetween(m_start, m_end);
454 RangeIterator res(m_start, m_end, m_diff);
455 res += steps;
456 return res;
457 }
458
459private:
460 void copy(RangeIterator const& copy) {

Callers 2

zipIteratorFunction · 0.45
enumerateIteratorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected