Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitSet ¶
type BitSet struct {
// contains filtered or unexported fields
}
BitSet is a specialized bitset that does not perform heap allocations if the range of values in the bitset is small (e.g., [0, 64)). It falls back to github.com/willf/bitset for large value ranges.
func New ¶
New can be used to keep track of values between [0, maxExclusive). Calling APIs with values outside that range may lead to incorrect results.
Click to show internal directories.
Click to hide internal directories.