Constant zerotrie::helpers::MAX_USIZE_LEN_AS_DIGITS

source ยท
pub(crate) const MAX_USIZE_LEN_AS_DIGITS: usize = _; // 20usize
Expand description

The maximum number of base-10 digits required for rendering a usize. Note: 24/10 is an approximation of 8*log10(2)