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

Struct bitmapContainerShortIterator

bitmapcontainer.go:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type bitmapContainerShortIterator struct {
134 ptr *bitmapContainer
135 i int
136}
137
138func (bcsi *bitmapContainerShortIterator) next() uint16 {
139 j := bcsi.i

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected