MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / equals

Method equals

roaringarray.go:60–60  ·  view source on GitHub ↗

equals is now logical equals; it does not require the same underlying container types, but compares across any of the implementations.

(r container)

Source from the content-addressed store, hash-verified

58 // same underlying container types, but compares across
59 // any of the implementations.
60 equals(r container) bool
61
62 fillLeastSignificant16bits(array []uint32, i int, mask uint32) int
63 or(r container) container

Callers 11

EqualsMethod · 0.65
TestRleEquals022Function · 0.65
equalsMethod · 0.65
TestArrayContainerEtc070Function · 0.65
EqualsMethod · 0.65

Implementers 3

bitmapContainerbitmapcontainer.go
runContainer16runcontainer.go
arrayContainerarraycontainer.go

Calls

no outgoing calls