Expand description
A very simple u4/nibble implementation.
Structs§
- U4
- Represents an unsigned 4-bit value (nibble) encoded as a byte.
Functions§
- combine
- Combines two nibbles to a byte, with
abeing set to the 4 leftmost andbbeing set to the 4 rightmost bits.