package
Version:
v0.0.14
Opens a new window with list of versions in this module.
Published: Nov 2, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
And returns the bitwise and of a and b (a & b in Go).
Clear returns the bitwise and not of a and b (a &^ b in Go).
Len returns the minimum number of bits required to represent x; the result is 0 for x == 0.
OnesCount returns the number of one bits ("population count") in x.
Or returns the bitwise or of a and b (a | b in Go).
Reverse returns the value of x with its bits in reversed order.
ReverseBytes returns the value of x with its bytes in reversed order.
Xor returns the bitwise xor of a and b (a ^ b in Go).
Source Files
¶
Click to show internal directories.
Click to hide internal directories.