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

This data is stored inside extra, trailed by:

    1. body: Index // for each body_len.

Fields

operand: Ref

The error union to unwrap.

body_len: u32

Source Code

Source code
pub const Try = struct {
    /// The error union to unwrap.
    operand: Ref,
    body_len: u32,
}