Skip to main content

encode_i8

Function encode_i8 

Source
pub const fn encode_i8(buf: &mut [u8; 2], value: i8) -> usize
Expand description

Encodes an i8 into a buffer, returning the encoded length.