struct BinNode [src]

Fields

node: Ast.Node.Offset
lhs: Ref
rhs: Ref

Source

pub const BinNode = struct { node: Ast.Node.Offset, lhs: Ref, rhs: Ref, }