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

Struct Iterator

niterator/instruct/iterator.go:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type Iterator struct {
10 *shape.AP
11
12 UShape []uint32
13 UStride []uint32
14 UTrack []uint32
15
16 NextIndex uint32
17 Done bool
18}
19
20func NewIterator(ap *shape.AP) *Iterator {
21 xshape := make([]uint32, len(ap.Shape))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected