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

There is a body of instructions at extra[body_index..][0..body_len]. Trailing:

  1. operand: Ref // for each operands_len

Fields

src_node: i32
body_len: u32
body_index: u32

Source Code

Source code
pub const TypeOfPeer = struct {
    src_node: i32,
    body_len: u32,
    body_index: u32,
}