Enum boa::syntax::lexer::token::Numeric [−][src]
Expand description
Represents the type differenct types of numeric literals.
Variants
Rational(f64)A floating point number
Tuple Fields of Rational
0: f64Integer(i32)An integer
Tuple Fields of Integer
0: i32BigInt(JsBigInt)Tuple Fields of BigInt
0: JsBigIntTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Numeric
impl UnwindSafe for Numeric
Blanket Implementations
Mutably borrows from an owned value. Read more