struct Slice [src]

Fields

ast: Components

Members

Source

pub const Slice = struct { ast: Components, pub const Components = struct { sliced: Node.Index, lbracket: TokenIndex, start: Node.Index, end: Node.OptionalIndex, sentinel: Node.OptionalIndex, }; }