ast: Components
pub const ArrayType = struct { ast: Components, pub const Components = struct { lbracket: TokenIndex, elem_count: Node.Index, sentinel: Node.Index, elem_type: Node.Index, }; }
Press escape to exit search and then '?' to see more options.