structstd.zig.llvm.Builder.Function.Instruction.InsertValue[src]

Fields

val: Value
elem: Value
indices_len: u32

Source Code

Source code
pub const InsertValue = struct {
    val: Value,
    elem: Value,
    indices_len: u32,
    //indices: [indices_len]u32,
}