pub fn encode_i32_varint(x: i32) -> I32VarintBufferExpand description
Encodes an i32 value into LEB128 variable length format, and writes it to the buffer.
pub fn encode_i32_varint(x: i32) -> I32VarintBufferEncodes an i32 value into LEB128 variable length format, and writes it to the buffer.