pub const fn digits<const BASE: usize>(x: usize) -> usize
Returns the number of digits required to format an integer less than x.
x