Function encode_i16_varint

Source
pub fn encode_i16_varint(x: i16) -> I16VarintBuffer
Expand description

Encodes an i16 value into LEB128 variable length format, and writes it to the buffer.