Function pot::format::write_u16[][src]

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

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