structstd.zig.Ast.Node.Asm[src]

Fields

items_start: Index
items_end: Index
rparen: TokenIndex

Needed to make lastToken() work.

Source Code

Source code
pub const Asm = struct {
    items_start: Index,
    items_end: Index,
    /// Needed to make lastToken() work.
    rparen: TokenIndex,
}