MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / next

Method next

shortiterator.go:23–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21}
22
23func (si *shortIterator) next() uint16 {
24 a := si.slice[si.loc]
25 si.loc++
26 return a
27}
28
29func (si *shortIterator) peekNext() uint16 {
30 return si.slice[si.loc]

Callers 1

iterateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected