package
Version:
v1.15.0-rc.0
Opens a new window with list of versions in this module.
Published: Dec 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
GetMask returns a bit mask filled with ones of length 'x'.
e.g.:
GetMask(3) => 0b00000111
GetMask(4) => 0b00001111
GetMask(5) => 0x00011111
MSB returns the position of most significant bit for the given uint64
Source Files
¶
Click to show internal directories.
Click to hide internal directories.