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

Method Len

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

Source from the content-addressed store, hash-verified

30type bitmapContainerHeap []bitmapContainerKey
31
32func (h bitmapContainerHeap) Len() int { return len(h) }
33func (h bitmapContainerHeap) Less(i, j int) bool { return h[i].key < h[j].key }
34func (h bitmapContainerHeap) Swap(i, j int) { h[i], h[j] = h[j], h[i] }
35

Callers 3

NextMethod · 0.95
ParHeapOrFunction · 0.45
ParAndFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected