Function pot::format::write_i8

source ·
pub fn write_i8<W: WriteBytesExt>(writer: W, value: i8) -> Result<usize>
Expand description

Writes an Kind::Int atom with the given value. Will encode in a smaller format if possible.