structstd.zig.Zir.Inst.SliceSentinel[src]

Fields

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

Source Code

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