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