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