Macros§
- bitslice
- convenience macro for indexing bitwise slices using
bits[7:0]syntax
Structs§
- Bits
- The heart of the
bitmathcrate.Bitsis an generically-sized bit vector, with support for accurate bitwise arithmetic including overflows and handling signed vs unsigned arguments and two’s-complement conversions.