package
module
Version:
v0.0.4
Opens a new window with list of versions in this module.
Published: Jan 16, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
README
¶
Documentation
¶
BitSet is a bitset.
From creates a new bitset from the given slice.
func (*BitSet) And ¶
added in
v0.0.4
And performs an and between two bitsets.
Bytes returns the a slice of byte.
IsSet returns true if the bit at the given index is set.
Not performs an and between two bitsets.
Or performs an and between two bitsets.
Set sets the bit at the given index.
Xor performs an and between two bitsets.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.