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

Fields

dest_type: Ref
operand: Ref

Source Code

Source code
pub const As = struct {
    dest_type: Ref,
    operand: Ref,
}