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

Method begin

source/core/StarPythonic.hpp:448–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446 }
447
448 RangeIterator begin() const {
449 return RangeIterator(m_start, m_end, m_diff);
450 }
451
452 RangeIterator end() const {
453 Diff steps = stepsBetween(m_start, m_end);

Callers 3

zipIteratorFunction · 0.45
enumerateIteratorFunction · 0.45

Calls 1

RangeIteratorClass · 0.85

Tested by

no test coverage detected