Package: bits
Contract type: library
Source file: Bits.sol
Example usage: BitsExamples.sol
Tests source file: bits.sol
Perf (gas usage) source file: bits.sol
The Bits
library is used for accessing and manipulating bits using numbers of type uint
to represent bitfields.