Versions in this module Expand all Collapse all v1 v1.0.9 Sep 5, 2025 Changes in this version + type Bitset32 struct + func New32(n uint32) *Bitset32 + func NewFromBytes32(data []byte) (*Bitset32, error) + func (b *Bitset32) All() bool + func (b *Bitset32) Any() bool + func (b *Bitset32) Clear(i uint32) + func (b *Bitset32) Clone() *Bitset32 + func (b *Bitset32) Complement() (result *Bitset32) + func (b *Bitset32) Copy(c *Bitset32) (n uint32) + func (b *Bitset32) Count() uint32 + func (b *Bitset32) Difference(ob *Bitset32) (result *Bitset32) + func (b *Bitset32) Equal(c *Bitset32) bool + func (b *Bitset32) Flip(i uint32) + func (b *Bitset32) Intersection(ob *Bitset32) (result *Bitset32) + func (b *Bitset32) Len() uint32 + func (b *Bitset32) None() bool + func (b *Bitset32) Reset() + func (b *Bitset32) Set(i uint32) + func (b *Bitset32) String() string + func (b *Bitset32) SymmetricDifference(ob *Bitset32) (result *Bitset32) + func (b *Bitset32) Test(i uint32) bool + func (b *Bitset32) ToBytes() ([]byte, error) + func (b *Bitset32) Union(ob *Bitset32) (result *Bitset32) + type Bitset64 struct + func New64(n uint64) *Bitset64 + func NewFromBytes64(data []byte) (*Bitset64, error) + func (b *Bitset64) All() bool + func (b *Bitset64) Any() bool + func (b *Bitset64) CleanLastWord() + func (b *Bitset64) Clear(i uint64) + func (b *Bitset64) Clone() *Bitset64 + func (b *Bitset64) Copy(c *Bitset64) (n uint64) + func (b *Bitset64) Count() uint64 + func (b *Bitset64) Difference(ob *Bitset64) (result *Bitset64) + func (b *Bitset64) Equal(c *Bitset64) bool + func (b *Bitset64) Flip(i uint64) + func (b *Bitset64) Intersection(ob *Bitset64) (result *Bitset64) + func (b *Bitset64) IsEven() bool + func (b *Bitset64) Len() uint64 + func (b *Bitset64) None() bool + func (b *Bitset64) Reset() + func (b *Bitset64) Set(i uint64) + func (b *Bitset64) String() string + func (b *Bitset64) SymmetricDifference(ob *Bitset64) (result *Bitset64) + func (b *Bitset64) Test(i uint64) bool + func (b *Bitset64) ToBytes() ([]byte, error) + func (b *Bitset64) Union(ob *Bitset64) (result *Bitset64)