pub const fn encode_char(char: &char) -> CharBufferExpand description
Encodes a char value into LEB128 variable length format, and writes it to the buffer.
pub const fn encode_char(char: &char) -> CharBufferEncodes a char value into LEB128 variable length format, and writes it to the buffer.