struct Slice [src]
Fields
ast: Components
Members
- Components (struct)
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,
};
}