Versions in this module Expand all Collapse all v1 v1.0.0 Nov 4, 2025 Changes in this version + type BitSet struct + func New(n int) *BitSet + func (bs *BitSet) All() bool + func (bs *BitSet) Any() bool + func (bs *BitSet) Clear(i int) + func (bs *BitSet) ClearAll() + func (bs *BitSet) Clone() *BitSet + func (bs *BitSet) Count() int + func (bs *BitSet) Len() int + func (bs *BitSet) None() bool + func (bs *BitSet) Set(i int) + func (bs *BitSet) SetAll() + func (bs *BitSet) Slice(start, end int) *BitSet + func (bs *BitSet) Test(i int) bool