Documentation
¶
Index ¶
- type BitField
- func (b BitField) ANDMask(m BitField)
- func (b BitField) Bytes() []byte
- func (b BitField) Clear(i uint32)
- func (b BitField) ClearAll()
- func (b BitField) Flip(i uint32)
- func (b BitField) FlipAll()
- func (b BitField) GetX(index int) BitField
- func (b BitField) ORMask(m BitField)
- func (b BitField) Set(i uint32)
- func (b BitField) SetAll()
- func (b BitField) SetX(index int, v int) BitField
- func (b BitField) Size() int
- func (b BitField) Test(i uint32) bool
- func (b BitField) ToUint32() uint32
- func (b BitField) ToUint32Safe() uint32
- func (b BitField) ToUint64() uint64
- func (b BitField) ToUint64Safe() uint64
- func (b BitField) XORMask(m BitField)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitField ¶
type BitField []byte
func NewFromUint32 ¶
func NewFromUint64 ¶
func (BitField) ToUint32Safe ¶
func (BitField) ToUint64Safe ¶
Click to show internal directories.
Click to hide internal directories.