package
0.0.0-20230903062148-258f086348c8
Repository: https://github.com/xen0tic/utils.git
Documentation: pkg.go.dev

# Functions

CeilToPowerOfTwo returns n if it is a power-of-two, otherwise the next-highest power-of-two.
ClosestPowerOfTwo returns n if it is a power-of-two, otherwise the closest power-of-two.
FloorToPowerOfTwo returns n if it is a power-of-two, otherwise the next-highest power-of-two.
IsPowerOfTwo reports whether given integer is a power of two.