structstd.zig.Ast.full.Slice[src]

Fields

Source Code

Source code
pub const Slice = struct {
    ast: Components,

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