Versions in this module Expand all Collapse all v0 v0.1.1 May 12, 2022 Changes in this version + type BitList []byte + func NewBitlist(n uint64) BitList + func (b *BitList) BitAt(indx int) bool + func (b BitList) Len() uint64 + func (b BitList) SetBitAt(indx uint64, val bool)