Function try_parse_19digits
pub(in ::num::imp::dec2flt::parse) fn try_parse_19digits(s_ref: &mut &[u8], x: &mut u64)
Parse up to 19 digits (the max that can be stored in a 64-bit integer).
try_parse_19digitspub(in ::num::imp::dec2flt::parse) fn try_parse_19digits(s_ref: &mut &[u8], x: &mut u64)
Parse up to 19 digits (the max that can be stored in a 64-bit integer).