pub fn parse_int(src: &str, radix: Option<i32>) -> i32
Parse src with an optional radix. Mirrors parseInt(str, radix).
src
radix
parseInt(str, radix)