Versions in this module Expand all Collapse all v0 v0.0.4 Jan 16, 2021 Changes in this version type BitSet + func (b *BitSet) And(other *BitSet) BitSet + func (b *BitSet) Not() BitSet + func (b *BitSet) Or(other *BitSet) BitSet + func (b *BitSet) Xor(other *BitSet) BitSet v0.0.3 Jan 16, 2021 Changes in this version type BitSet + func (b BitSet) String() string v0.0.2 Jan 11, 2021 Changes in this version + type BitSet struct + func From(data []uint64) BitSet + func (b *BitSet) Bytes() []uint64 + func (b *BitSet) IsSet(index uint) bool + func (b *BitSet) Set(index uint)