Structs
- Represents a fixed-length unsigned integer. See the UInt and Int Fields section of the binary Ion spec for more details.
- The big-endian, compact slice of bytes for a UInt (
u64
). Leading zero octets are not part of the representation. See the spec for more information.
Enums
- A buffer for storing a UInt’s Big Endian bytes. UInts that can fit in a
u64
will use theStack
storage variant, meaning that no heap allocations are required in the common case.
Functions
- Returns the magnitude as big-endian bytes.
- Returns the magnitude as big-endian bytes.