Documentation ¶
Overview ¶
Package bitutil implements fast bitwise operations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ANDBytes ¶
ANDBytes ands the bytes in a and b. The destination is assumed to have enough space. Returns the number of bytes and'd.
func ORBytes ¶
ORBytes ors the bytes in a and b. The destination is assumed to have enough space. Returns the number of bytes or'd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.