MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / shortIterator

Struct shortIterator

shortiterator.go:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14type shortIterator struct {
15 slice []uint16
16 loc int
17}
18
19func (si *shortIterator) hasNext() bool {
20 return si.loc < len(si.slice)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected