struct

Ast::Array

Inherits Ast::Expr < IrNode < Struct < Value < Object

Constructors

new(location : Location, elements : ::Array(Expr))
Source

Instance methods

elements
Source
elements=(elements : ::Array(Expr))
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source