Versions in this module Expand all Collapse all v1 v1.2.5 Jul 14, 2021 Changes in this version + type CompactBitArray struct + Elems []byte + ExtraBitsStored byte + func CompactUnmarshal(bz []byte) (*CompactBitArray, error) + func NewCompactBitArray(bits int) *CompactBitArray + func (bA *CompactBitArray) CompactMarshal() []byte + func (bA *CompactBitArray) Copy() *CompactBitArray + func (bA *CompactBitArray) GetIndex(i int) bool + func (bA *CompactBitArray) MarshalJSON() ([]byte, error) + func (bA *CompactBitArray) NumTrueBitsBefore(index int) int + func (bA *CompactBitArray) SetIndex(i int, v bool) bool + func (bA *CompactBitArray) Size() int + func (bA *CompactBitArray) String() string + func (bA *CompactBitArray) StringIndented(indent string) string + func (bA *CompactBitArray) UnmarshalJSON(bz []byte) error