pub fn signed_integer(s: &mut &str) -> PResult<isize>
Expand description

Match one signed integer: -123 or +123