Modules
std
zig
Zir
Inst
BoolBr
struct BoolBr
[src]
Trailing: inst: Index // for each body_len
Fields
lhs: Ref
body_len: u32
Source
pub const BoolBr = struct { lhs: Ref, body_len: u32, }