pub fn encode_u16_varint(x: u16) -> U16VarintBufferExpand description
Encodes an u16 value into LEB128 variable length format, and writes it to the buffer.
pub fn encode_u16_varint(x: u16) -> U16VarintBufferEncodes an u16 value into LEB128 variable length format, and writes it to the buffer.