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

Function newArrayContainer

arraycontainer.go:1215–1218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1213}
1214
1215func newArrayContainer() *arrayContainer {
1216 p := new(arrayContainer)
1217 return p
1218}
1219
1220func newArrayContainerFromBitmap(bc *bitmapContainer) *arrayContainer {
1221 ac := &arrayContainer{}

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…