Versions in this module Expand all Collapse all v0 v0.0.3 Apr 21, 2025 v0.0.2 Apr 21, 2025 Changes in this version + type BitVector struct + func New(l int) (*BitVector, error) + func NewFromBytes(b []byte, l int) (*BitVector, error) + func (bv *BitVector) Bytes() []byte + func (bv *BitVector) Get(i int) bool + func (bv *BitVector) Set(i int)