//
pkg.gl
Category
github.com/cockroachdb/cockroach
pkg
util
bitmap
package
25.1.0+incompatible
Repository:
https://github.com/cockroachdb/cockroach.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
1
Dependents
3
Files
21 SLOC
#
Functions
NewBitmap
NewBitmap returns a new Bitmap that supports [0, n) range of integers.
#
Structs
Bitmap
Bitmap is a helper struct that tracks whether a particular bit has been "set".