Documentation ¶
Overview ¶
Package bitvector provides functionality of a simple bit vector implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitVector ¶
type BitVector struct {
// contains filtered or unexported fields
}
BitVector is a convenience object for manipulating and representing bit vectors
func NewFromBytes ¶
NewFromBytes creates a bit vector from the passed byte slice.
Leftmost bit in byte slice becomes leftmost bit in bit vector
Click to show internal directories.
Click to hide internal directories.