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

Struct Iterator

niterator/unrollinreversebool/iterator.go:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type Iterator struct {
14 *shape.AP
15
16 Track [4]Index
17 NextIndex uint32
18 Done bool
19}
20
21func NewIterator(ap *shape.AP) *Iterator {
22 track := [4]Index{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected