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

Fields

sliced: Node.Index
lbracket: TokenIndex
start: Node.Index
end: Node.Index
sentinel: Node.Index

Source Code

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