struct SliceSentinel [src]

Fields

start: Index
end: OptionalIndexMay be .none if the slice is "open"
sentinel: Index

Source

pub const SliceSentinel = struct { start: Index, /// May be .none if the slice is "open" end: OptionalIndex, sentinel: Index, }