Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Len ¶
Len returns the minimum number of bits required to represent x; the result is 0 for x == 0.
func ReverseBytes ¶
ReverseBytes returns the value of x with its bytes in reversed order.
func RotateLeft ¶
RotateLeft returns the value of x rotated left by (k mod UintSize) bits. To rotate x right by k bits, call RotateLeft(x, -k).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.