Documentation
¶
Overview ¶
Package set provides bit-based set implementations for efficient storage and manipulation of collections of elements.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitBool ¶
type BitBool []bool
BitBool is a bit set implementation backed by a slice of bool values. It can dynamically grow to accommodate new elements.
type BitUint8 ¶
type BitUint8 []uint8
BitUint8 is a bit set implementation backed by a slice of uint8 values.
func NewBitUint8 ¶
NewBitUint8 creates a new BitUint8 with capacity for at least n bits.
Click to show internal directories.
Click to hide internal directories.