Expand description
Helpers for determining integer encoding at compile time.
Structs§
- Fixed
- A fixed-length integer encoding which encodes something to a little-endian encoding.
- Fixed
Length - A fixed-length encoding which encodes numbers to the width of
L
and the endianness ofB
.
Enums§
- Variable
- Type that indicates that the given numerical type should use variable-length encoding.