Documentation ¶
Index ¶
- type Bitset
- func (a *Bitset[V]) And(b *Bitset[V]) (aAndB *Bitset[V])
- func (s *Bitset[V]) Cap() int
- func (s *Bitset[V]) Clear()
- func (s *Bitset[V]) Copy() *Bitset[V]
- func (s *Bitset[V]) Get(index V) bool
- func (s *Bitset[V]) Iterate() (iterable.Iter[V], uint)
- func (s *Bitset[V]) Len() int
- func (a *Bitset[V]) Or(b *Bitset[V]) (aOrB *Bitset[V])
- func (s *Bitset[V]) Pop() uint
- func (s *Bitset[V]) Set(indices ...V)
- func (s *Bitset[V]) Unset(indices ...V)
- type Iterator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.