Function pot::format::write_u128
source ยท pub fn write_u128<W: WriteBytesExt>(writer: W, value: u128) -> Result<usize>
Expand description
Writes an Kind::Int
atom with the given value. Will encode in a smaller format if possible.