Struct parity_wasm::elements::VarInt64
source · pub struct VarInt64(_);
Expand description
64-bit signed integer, encoded in LEB128 (can be 1-9 bytes length).
pub struct VarInt64(_);
64-bit signed integer, encoded in LEB128 (can be 1-9 bytes length).