package
0.0.0-20231128003133-91ac70be1bed
Repository: https://github.com/bpowers/bit.git
Documentation: pkg.go.dev

# Functions

New returns a new in-memory bitset where you can set, clear and test for individual bits.

# Structs

Bitset is an in-memory bitmap that is conceptually similar to []bool, but more memory efficient.