8 lines
335 B
Go
8 lines
335 B
Go
// Package bitset32 modified from "github.com/bits-and-blooms/bitset"
|
|
// implements bitset with uint32. Both packages are used in the same way.
|
|
// In bitset32, some methods are untested. So if not necessary,
|
|
// it is highly recommended to use "github.com/bits-and-blooms/bitset".
|
|
|
|
// go version go1.19.4 windows/amd64
|
|
package bitset32
|