struct Components [src]

Fields

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

Source

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