MCPcopy
hub / github.com/RoaringBitmap/roaring / reverseIterator

Struct reverseIterator

shortiterator.go:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39type reverseIterator struct {
40 slice []uint16
41 loc int
42}
43
44func (si *reverseIterator) hasNext() bool {
45 return si.loc >= 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected