Function pot::format::write_u24[][src]

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

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