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