integer

val integer: Parser<Long>

Parser that matches a 64-bit signed integer in base 10.

If the parser matches a string of digits but the number represented by the digits is outside the range representable by a 64-bit signed integer, the parser fails.