pub fn parse_int(s: &str) -> Result<i64, ParseIntError>Expand description
Port of _rust.parse_int — a plain int(s) for a signed ASCII integer.
pub fn parse_int(s: &str) -> Result<i64, ParseIntError>Port of _rust.parse_int — a plain int(s) for a signed ASCII integer.