Expand description
Types that specify the exact number of bits a packed integer should occupy.
Structs§
Traits§
- Bits
Full Bytes - These bits are a multiple of 8
- Bits
Partial Bytes - These bits are not a multiple of 8
- Byte
Array - Helper that allows us to cast a fixed size array into a byte slice.
- Number
OfBits - Number of bits that the generic type should occupy.
- Number
OfBytes - Number of bytes that the generic type should occupy.