Documentation
¶
Index ¶
- type Bitmap
- func (b *Bitmap) And(b2 *Bitmap) *Bitmap
- func (b *Bitmap) ClearBit(index int)
- func (b *Bitmap) ClearBits(index ...int)
- func (b *Bitmap) Not() *Bitmap
- func (b *Bitmap) Or(b2 *Bitmap) *Bitmap
- func (b *Bitmap) SetBit(index int)
- func (b *Bitmap) SetBits(index ...int)
- func (b *Bitmap) String() string
- func (b *Bitmap) TargetIds() []int
- func (b *Bitmap) Traverse(callback func(index int))
- func (b *Bitmap) Xor(b2 *Bitmap) *Bitmap
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.