# Functions
NewBitVector constructs a new BitVector from a slice of bytes.
# Variables
ErrOutOfRange - the index passed is out of range for the BitVector.
# Type aliases
BitNumbering indicates the ordering of bits, either least-significant bit in position 0, or most-significant bit in position 0.