Module utils

Source
Expand description

Common tools

Enums§

BitState
The state of a bit, It’s either BitState::Clear to represent a 0 or BitState::Set to represent a 1

Traits§

BitOps
Simple bit ops