pub const fn encode_i16_varint(x: i16) -> I16VarintBufferExpand description
Encodes an i16 value into LEB128 variable length format, and writes it to the buffer.
pub const fn encode_i16_varint(x: i16) -> I16VarintBufferEncodes an i16 value into LEB128 variable length format, and writes it to the buffer.