Expand description
Trait definitions for bitwise operations.
Most traits are only implemented for unsigned integers yet.
Traitsยง
- BitTest
- Bit query for integers
- Float
Encoding - Support encoding and decoding of floats into (mantissa, exponent) parts.
- Power
OfTwo - Functions related to the power of two.