Struct dyon::ast::Number [] [src]

pub struct Number {
    pub num: f64,
    pub source_range: Range,
}

Fields

Trait Implementations

impl Debug for Number
[src]

Formats the value using the given formatter.

impl Clone for Number
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more