struct Components [src]

Fields

asm_token: TokenIndex
template: Node.Index
items: []const Node.Index
rparen: TokenIndex

Source

pub const Components = struct { asm_token: TokenIndex, template: Node.Index, items: []const Node.Index, rparen: TokenIndex, }