struct SliceSentinel [src]

Fields

lhs: Ref
start: Ref
end: Ref
sentinel: Ref

Source

pub const SliceSentinel = struct { lhs: Ref, start: Ref, end: Ref, sentinel: Ref, }