Versions in this module Expand all Collapse all v0 v0.4.3 Jul 25, 2019 Changes in this version type BitVector + func (bv *BitVector) SetBytes(bs []byte) error + func (bv *BitVector) String() (s string) + func (bv *BitVector) Unset(i int) + func (bv *BitVector) UnsetBytes(bs []byte) error 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)