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

Struct bitmapContainer

bitmapcontainer.go:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type bitmapContainer struct {
11 cardinality int
12 bitmap []uint64
13}
14
15func (bc bitmapContainer) String() string {
16 var s string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected