# Functions
NewBitmap returns a Bitmap with an initial set of values.
newContainer returns a new instance of container.
No description provided by the author
# Constants
ArrayMaxSize represents the maximum size of array containers.
ContainerArray indicates a container of bit position values.
ContainerBitmap indicates a container of bits packed in a uint64 array block.
ContainerRun indicates a container of run encoded bits.
RunMaxSize represents the maximum size of run length encoded containers.
# Variables
NewFileBitmap returns a Bitmap with an initial set of values, used for file storage.
# Structs
Bitmap represents a roaring bitmap.
BitmapInfo represents a point-in-time snapshot of bitmap stats.
Container represents a Container for uint16 integers.
ContainerInfo represents a point-in-time snapshot of container stats.
Iterator represents an iterator over a Bitmap.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
# Type aliases
ErrorList represents a list of errors.