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

Method getUnsetIterator

arraycontainer.go:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (ac *arrayContainer) getUnsetIterator() shortPeekable {
66 return newArrayContainerUnsetIterator(ac.content)
67}
68
69func (ac *arrayContainer) minimum() uint16 {
70 return ac.content[0] // assume not empty

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected