Module bit

Module bit 

Source
Expand description

Trait definitions for bitwise operations.

Most traits are only implemented for unsigned integers yet.

Traitsยง

BitTest
Bit query for integers
FloatEncoding
Support encoding and decoding of floats into (mantissa, exponent) parts.
PowerOfTwo
Functions related to the power of two.