Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Ast::NamedTuple
Inherits
Ast::Expr
<
IrNode
<
Struct
<
Value
<
Object
Constructors
new
(location :
Location
, fields : ::
Array
(::
Tuple
(::
String
,
Expr
)))
Source
Instance methods
fields
Source
fields=
(fields : ::
Array
(::
Tuple
(::
String
,
Expr
)))
Source
location
Source
location=
(location :
Location
)
Source
to_s
(io :
IO
)
Same as
#inspect(io)
.
Source