pub const fn encode_i8_varint(x: i8) -> I8VarintBufferExpand description
Encodes an i8 value into LEB128 variable length format, and writes it to the buffer.
pub const fn encode_i8_varint(x: i8) -> I8VarintBufferEncodes an i8 value into LEB128 variable length format, and writes it to the buffer.