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

Fields

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

Source Code

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