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

Fields

ptr: Ref
index: u32

Source Code

Source code
pub const ElemPtrImm = struct {
    ptr: Ref,
    index: u32,
}