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

This data is stored inside extra, with trailing operands according to operands_len. Each operand is a Ref.

Fields

operands_len: u32

Source Code

Source code
pub const MultiOp = struct {
    operands_len: u32,
}