Struct sway_core::language::parsed::ArrayExpression
source · pub struct ArrayExpression {
pub contents: Vec<Expression>,
pub length_span: Option<Span>,
}
Fields§
§contents: Vec<Expression>
§length_span: Option<Span>
Trait Implementations§
source§impl Clone for ArrayExpression
impl Clone for ArrayExpression
source§fn clone(&self) -> ArrayExpression
fn clone(&self) -> ArrayExpression
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more