package
Version:
v1.20210103.1
Opens a new window with list of versions in this module.
Published: Jan 3, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package bitflag contains utilities for working with bit flags (or bit masks).
Bitflag is a large unsighted integer flag set.
Combine combines all the values into one flag.
All returns if all of a given set of flags are set.
Any returns if any the reference bits are set for a given value
Set sets a flag value to 1.
Unset makes a given flag zero'd in the set.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.