Struct dyon::ast::CallClosure [] [src]

pub struct CallClosure {
    pub item: Item,
    pub args: Vec<Expression>,
    pub source_range: Range,
}

Fields

Methods

impl CallClosure
[src]

[src]

[src]

[src]

[src]

Computes number of arguments including swizzles.

Trait Implementations

impl Debug for CallClosure
[src]

[src]

Formats the value using the given formatter.

impl Clone for CallClosure
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more