struct Components [src]
Fields
lbrace: TokenIndex
elements: []const Node.Index
type_expr: Node.OptionalIndex
Source
pub const Components = struct {
lbrace: TokenIndex,
elements: []const Node.Index,
type_expr: Node.OptionalIndex,
}
pub const Components = struct {
lbrace: TokenIndex,
elements: []const Node.Index,
type_expr: Node.OptionalIndex,
}