Struct budvm::lexer_util::NumericLiteral
source · pub struct NumericLiteral {
pub contents: Numeric,
pub last_offset: usize,
}
Expand description
A parsed numeric literal.
Fields§
§contents: Numeric
The value that was parsed.
last_offset: usize
The position of the last character that was part of this literal value.