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

Method RangeIterator

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

Source from the content-addressed store, hash-verified

311
312public:
313 RangeIterator() : m_start(), m_end(), m_diff(1), m_current(), m_stop(true) {}
314
315 RangeIterator(Value min, Value max, Diff diff)
316 : m_start(min), m_end(max), m_diff(diff), m_current(min), m_stop(false) {

Callers

nothing calls this directly

Calls 1

copyFunction · 0.70

Tested by

no test coverage detected