start: u32
end: u32
pub const empty: Slice = .{ .start = 0, .end = 0 }
pub const Slice = struct { start: u32, end: u32, pub const empty: Slice = .{ .start = 0, .end = 0 }; }
Press escape to exit search and then '?' to see more options.