Function is_8digits

pub(crate) fn is_8digits(v: u64) -> bool

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.