pub fn encode_i64_varint(x: i64) -> I64VarintBufferExpand description
Encodes an i64 value into LEB128 variable length format, and writes it to the buffer.
pub fn encode_i64_varint(x: i64) -> I64VarintBufferEncodes an i64 value into LEB128 variable length format, and writes it to the buffer.