Struct stable_hash::utils::AsInt
source · [−]Expand description
Canonical way to write an integer of any size.
Backward compatibility:
- The value +0 never writes bytes to the stream.
- Integers of any size (u8..u24..u128…uN) are written in a canonical form, and can be written in any order.
Fields
is_negative: boollittle_endian: &'a [u8]