Function pot::format::write_i64[][src]

pub fn write_i64<W: WriteBytesExt>(writer: &mut W, value: i64) -> Result<usize>
Expand description

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