struct

Ast::Constructor

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

Constructors

new(location : Location, type : Type, args : Args)
Source

Instance methods

args
Source
args=(args : Args)
Source
location
Source
location=(location : Location)
Source
to_s(io : IO)

Same as #inspect(io).

Source
type
Source
type=(type : Type)
Source
type_args
Source