Documentation ¶
Index ¶
- type BitSet
- func (b *BitSet[T]) Clear(i ...int)
- func (b *BitSet[T]) ClearAll()
- func (b *BitSet[T]) IsEmpty() bool
- func (b *BitSet[T]) IsFull() bool
- func (b *BitSet[T]) Set(i ...int)
- func (b *BitSet[T]) SetAll()
- func (b *BitSet[T]) Test(i ...int) bool
- func (b *BitSet[T]) Toggle(i ...int)
- func (b *BitSet[T]) ToggleAll()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitSet ¶
type BitSet[T constraints.Unsigned] struct { // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.