package
2.4.5
Repository: https://github.com/roaringbitmap/roaring.git
Documentation: pkg.go.dev

# Functions

ClearBits cleared the bits that exist in the target if they are also in the found set.
NewBSI constructs a new BSI.
NewDefaultBSI constructs an auto-sized BSI.

# Constants

EQ equal.
GE greater than or equal.
GT greater than.
LE less than or equal.
LT less than.
MAX find maximum.
Max64BitSigned - Maximum 64 bit value.
MIN find minimum.
Min64BitSigned - Minimum 64 bit value.
RANGE range.

# Structs

BSI is at its simplest is an array of bitmaps that represent an encoded binary value.

# Type aliases

Operation identifier.