Documentation
¶
Index ¶
- type BitArray
- func (b *BitArray) Clear(i int)
- func (b *BitArray) ClearRange(i0, i1 int)
- func (b *BitArray) Clone() *BitArray
- func (b *BitArray) IsAnyClear(i0, i1 int) bool
- func (b *BitArray) IsAnySet(i0, i1 int) bool
- func (b *BitArray) IsSet(i int) bool
- func (b *BitArray) OrEquals(b2 *BitArray)
- func (b *BitArray) Set(i int)
- func (b *BitArray) SetRange(i0, i1 int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitArray ¶
type BitArray struct {
// contains filtered or unexported fields
}
func NewUsingSlice ¶
func (*BitArray) ClearRange ¶
func (*BitArray) IsAnyClear ¶
Click to show internal directories.
Click to hide internal directories.