struct Components [src]

Fields

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

Source

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