Documentation
¶
Index ¶
- Variables
- func GetAddress(idx uint) uint
- func GetOffset(idx uint) uint
- type BitString
- func (b *BitString) And(b2 *BitString) *BitString
- func (b *BitString) ClearBit(idx uint) *BitString
- func (b *BitString) Equal(b2 *BitString) bool
- func (b *BitString) GetBit(idx uint) bool
- func (b *BitString) GetSegment(idx uint) Segment
- func (b *BitString) Or(b2 *BitString) *BitString
- func (b *BitString) SetBit(idx uint) *BitString
- type Segment
Constants ¶
This section is empty.
Variables ¶
View Source
var Full = ^Segment(0)
View Source
var One = Segment(1)
View Source
var Zero = Segment(0)
Functions ¶
func GetAddress ¶
Types ¶
type BitString ¶
func (*BitString) GetSegment ¶
Click to show internal directories.
Click to hide internal directories.