Expand description
Common tools
Enums§
- BitState
- The state of a bit,
It’s either
BitState::Clear
to represent a 0 orBitState::Set
to represent a 1
Traits§
- BitOps
- Simple bit ops
Common tools
BitState::Clear
to represent a 0
or BitState::Set
to represent a 1