//
pkg.gl
Category
github.com/bpowers/bit
internal
bitset
package
0.0.0-20231128003133-91ac70be1bed
Repository:
https://github.com/bpowers/bit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
40 SLOC
#
Functions
New
New returns a new in-memory bitset where you can set, clear and test for individual bits.
#
Structs
Bitset
Bitset is an in-memory bitmap that is conceptually similar to []bool, but more memory efficient.