Documentation
¶
Overview ¶
Package bitmask implements a simple bitmask type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BitMask ¶
type BitMask []byte
BitMask is the main type. It is completely safe to cast from an existing byte slice or to create a BitMask with make.
func New ¶
New creates a new BitMask with enough storage to hold at least the required number of bits.
Click to show internal directories.
Click to hide internal directories.