struct

Hir::And

Inherits Hir < IrNode < Struct < Value < Object

Constructors

new(location : Location, left : Cell(Hir), right : Cell(Hir))
Source
new(location : Location, left : Hir, right : Hir)
Source

Instance methods

binding
Source
left
Source
left=(left : Cell(Hir))
Source
location
Source
location=(location : Location)
Source
right
Source
right=(right : Cell(Hir))
Source
to_s(io : IO)

Same as #inspect(io).

Source
type
Source