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

Method getShortIterator

arraycontainer.go:53–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (ac *arrayContainer) getShortIterator() shortPeekable {
54 return &shortIterator{ac.content, 0}
55}
56
57func (ac *arrayContainer) getReverseIterator() shortIterable {
58 return &reverseIterator{ac.content, len(ac.content) - 1}

Callers 2

StringMethod · 0.95
equalsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected