encode_i16_varint

Function encode_i16_varint 

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

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