package
0.4.4
Repository: https://github.com/smallnest/exp.git
Documentation: pkg.go.dev

# Functions

NewBits creates a new bitset with the given size.

# Variables

ErrNotPowerOfTwo is returned when the size of the bitset is not a power of two.

# Structs

Bits is a simple bitset implementation, which is a fixed-size array of bits.