Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
arrayContainer
struct
{
9
content []uint16
10
}
11
12
var
(
13
ErrArrayIncorrectSort = errors.New(
"incorrectly sorted array"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected