//
pkg.gl
Category
github.com/smallnest/exp
container
bits
package
0.4.4
Repository:
https://github.com/smallnest/exp.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
125 SLOC
#
Functions
NewBits
NewBits creates a new bitset with the given size.
#
Variables
ErrNotPowerOfTwo
ErrNotPowerOfTwo is returned when the size of the bitset is not a power of two.
#
Structs
Bits
Bits is a simple bitset implementation, which is a fixed-size array of bits.