fn try_parse_19digits(s_ref: &mut &[u8], x: &mut u64)
🔬This is a nightly-only experimental API. (dec2flt)
Expand description

Parse up to 19 digits (the max that can be stored in a 64-bit integer).