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

Struct arrayContainer

arraycontainer.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type arrayContainer struct {
9 content []uint16
10}
11
12var (
13 ErrArrayIncorrectSort = errors.New("incorrectly sorted array")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected