pub const INT_RANGE: RangeInclusive<i64>;Expand description
The range of integer values a conforming lexer may store in
Object::Int.
An unsigned token accumulates into a u32 and yields 0 on overflow; a
signed token beyond i32 range yields 0. Nothing outside this range is
reachable from parsing, and the accessors are only faithful within it.