bitwise package

The bitwise package is experimental and subject to change at any time.

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

import "experimental/bitwise"

Deprecated

This package is deprecated in favor of 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!