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

Fields

list: Value
type: Type

Source Code

Source code
pub const VaArg = struct {
    list: Value,
    type: Type,
}