Function encode_u16_varint

Source
pub fn encode_u16_varint(x: u16) -> U16VarintBuffer
Expand description

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