bitwise package

The bitwise package provides functions for performing bitwise operations on integers. Import the bitwise package:

import "bitwise"

All integers are 64 bit integers.

Functions prefixed with s operate on signed integers (int). Functions prefixed with u operate on unsigned integers (uint).

Functions


Was this page helpful?

Thank you for your feedback!