Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
zipIteratorReturn<Container>
Class · 0.45
zipIterator
Function · 0.45
enumerateIterator
Function · 0.45
Calls
1
RangeIterator
Class · 0.85
Tested by
no test coverage detected