//
pkg.gl
Category
github.com/dropbox/godropbox
container
bitvector
package
0.0.0-20230623171840-436d2007a9fd
Repository:
https://github.com/dropbox/godropbox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
160 SLOC
#
Functions
NewBitVector
NewBitVector creates and initializes a new bit vector with length elements, using data as its initial contents.
#
Structs
BitVector
A BitVector is a variable sized vector of bits.