pub fn encode_u64_varint(x: u64) -> U64VarintBufferExpand description
Encodes an u64 value into LEB128 variable length format, and writes it to the buffer.
pub fn encode_u64_varint(x: u64) -> U64VarintBufferEncodes an u64 value into LEB128 variable length format, and writes it to the buffer.