package
Version:
v1.12.0
Opens a new window with list of versions in this module.
Published: Dec 3, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
BitSet is a set of bits.
NewBitSet returns a new BitSet with the given capacity.
Capacity returns the capacity of the BitSet.
Count returns the number of bits set to 1.
Flip flips the bit at the given index.
IsSet returns whether the bit at the given index is set to 1.
Set sets the bit at the given index to 1.
SetAll sets all bits to 1.
Unset sets the bit at the given index to 0.
UnsetAll sets all bits to 0.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.