Struct dyon::ast::ArrayFill [] [src]

pub struct ArrayFill {
    pub fill: Expression,
    pub n: Expression,
    pub source_range: Range,
}

Fields

Methods

impl ArrayFill
[src]

Trait Implementations

impl Debug for ArrayFill
[src]

Formats the value using the given formatter.

impl Clone for ArrayFill
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more