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

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

Fields

Trait Implementations

impl Debug for Number
[src]

[src]

Formats the value using the given formatter.

impl Clone for Number
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more