Golang bitset implementation with bonus bit-twiddling functions
Once you have installed Go, run this command
to install the bit
package:
go get github.com/yourbasic/bit
There is an online reference for the package at godoc.org/github.com/yourbasic/bit.
- The API of this library is frozen.
- The version numbers adhere to semantic versioning.
The only accepted reason to modify the API of this package is to handle bug fixes that can't be resolved in any other reasonable way.
Stefan Nilsson – korthaj