Function core::num::dec2flt::common::is_8digits

source ·
pub(crate) fn is_8digits(v: u64) -> bool
🔬This is a nightly-only experimental API. (dec2flt)
Expand description

Determine if 8 bytes are all decimal digits. This does not care about the order in which the bytes were loaded.