Skip to main content

format_u128_pad_none

Function format_u128_pad_none 

Source
pub(crate) fn format_u128_pad_none(
    output: &mut (impl Write + ?Sized),
    value: u128,
) -> Result<usize>
Available on crate feature formatting only.
Expand description

Format a number with no padding.

If the sign is mandatory, the sign must be written by the caller.