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

Fields

union_type: Ref
field_name: Ref
init: Ref

Source Code

Source code
pub const UnionInit = struct {
    union_type: Ref,
    field_name: Ref,
    init: Ref,
}