Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bitfield16 ¶
type Bitfield16 uint16
func (*Bitfield16) Clear ¶
func (b *Bitfield16) Clear(pos uint)
func (Bitfield16) Read ¶
func (b Bitfield16) Read(pos uint) bool
func (*Bitfield16) Set ¶
func (b *Bitfield16) Set(pos uint)
func (Bitfield16) String ¶
func (b Bitfield16) String() string
func (*Bitfield16) Toggle ¶
func (b *Bitfield16) Toggle(pos uint)
type Bitfield8 ¶
type Bitfield8 uint8
Implementations for uint8, uint16
Click to show internal directories.
Click to hide internal directories.