re_format

Function parse_i64

Source
pub fn parse_i64(text: &str) -> Option<i64>
Expand description

Parses a number, ignoring whitespace (e.g. thousand separators), and treating the special minus character MINUS (−) as a minus sign.