Function count_digits

Source
fn count_digits(n: usize) -> usize
Expand description

Calculate the number of decimal digits in n.