fn parse_nanos<const N: usize, const O: u8>(digits: &[u8]) -> u32
Parse nanoseconds from the first N values in digits, subtracting the offset O
N
O