pub fn parse_i64(text: &str) -> Option<i64>
Parses a number, ignoring whitespace (e.g. thousand separators), and treating the special minus character MINUS (−) as a minus sign.
MINUS