structstd.zig.Ast.full.StructInit.Components[src]

Fields

lbrace: TokenIndex
fields: []const Node.Index
type_expr: Node.Index

Source Code

Source code
pub const Components = struct {
    lbrace: TokenIndex,
    fields: []const Node.Index,
    type_expr: Node.Index,
}