atoi_no_err

Function atoi_no_err 

Source
pub fn atoi_no_err(s: &str) -> i32
Expand description

Parse an integer from a string, returning 0 on error.