Skip to main content

write_bounded_count

Function write_bounded_count 

Source
fn write_bounded_count(
    count: usize,
    max: usize,
    writer: &mut impl Write,
) -> Result<()>