Modules
std
zig
Ast
Node
Slice
struct Slice
[src]
Fields
start: Index
end: Index
Source
pub const Slice = struct { start: Index, end: Index, }