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

Fields

lbracket: TokenIndex
elem_count: Node.Index
sentinel: Node.Index
elem_type: Node.Index

Source Code

Source code
pub const Components = struct {
    lbracket: TokenIndex,
    elem_count: Node.Index,
    sentinel: Node.Index,
    elem_type: Node.Index,
}