MCPcopy Create free account
hub / github.com/Soft/iter / rangeIter

Struct rangeIter

iterator.go:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31type rangeIter struct {
32 start, stop, step, i int
33}
34
35// Range returns an Iterator over a range of integers.
36func Range(start, stop, step int) Iterator[int] {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected