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

Method Pop

parallel.go:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40}
41
42func (h *bitmapContainerHeap) Pop() interface{} {
43 old := *h
44 n := len(old)
45 x := old[n-1]
46 *h = old[0 : n-1]
47 return x
48}
49
50func (h bitmapContainerHeap) Peek() bitmapContainerKey {
51 return h[0]

Callers 1

popIncrementingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected