MCPcopy Create free account
hub / github.com/egonelbre/exp / Iterator

Struct Iterator

niterator/ordone/iterator.go:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Iterator struct {
10 *shape.AP
11
12 Track []int
13 NextIndex int
14 Done bool
15}
16
17func NewIterator(ap *shape.AP) *Iterator {
18 return &Iterator{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected