pub(crate) fn is_8digits(v: u64) -> bool
🔬This is a nightly-only experimental API. (
dec2flt
)Expand description
Determine if all characters in an 8-byte byte string (represented as a u64
) are all decimal
digits.
This does not care about the order in which the bytes were loaded.