Documentation
¶
Overview ¶
Package binary implements various bit- and byte-level manipulations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReverseBits16 ¶
Reverse the bits in the binary representation of u. For example, 1011 becomes 1101.
func ReverseBits32 ¶
Reverse the bits in the binary representation of u. For example, 1011 becomes 1101.
func ReverseBits64 ¶
Reverse the bits in the binary representation of u. For example, 1011 becomes 1101.
func ReverseBits8 ¶
Reverse the bits in the binary representation of u. For example, 1011 becomes 1101.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.