Versions in this module Expand all Collapse all v0 v0.4.2 Jun 28, 2019 v0.4.1 Jun 13, 2019 Changes in this version + type BitVector struct + func New(l int) (bv *BitVector, err error) + func NewFromBytes(b []byte, l int) (bv *BitVector, err error) + func (bv *BitVector) Bytes() []byte + func (bv *BitVector) Get(i int) bool + func (bv *BitVector) Set(i int, v bool)