structstd.zig.llvm.Builder.Constant.Aggregate[src]

Fields

type: Type

Source Code

Source code
pub const Aggregate = struct {
    type: Type,
    //fields: [type.aggregateLen(builder)]Constant,
}