pub fn integer(input: &str) -> ParseResult<'_, i64>
Expand description

integer = [ sign ] digit { digit } .