pub fn encode_i128_varint(x: i128) -> I128VarintBufferExpand description
Encodes an i128 value into LEB128 variable length format, and writes it to the buffer.
pub fn encode_i128_varint(x: i128) -> I128VarintBufferEncodes an i128 value into LEB128 variable length format, and writes it to the buffer.