structstd.zig.Zir.Inst.Bin[src]

The meaning of these operands depends on the corresponding Tag.

Fields

lhs: Ref
rhs: Ref

Source Code

Source code
pub const Bin = struct {
    lhs: Ref,
    rhs: Ref,
}