struct CondBr [src]
This data is stored inside extra, with two sets of trailing Ref:
the then body, according to then_body_len.
the else body, according to else_body_len.
Fields
condition: Ref
then_body_len: u32
else_body_len: u32
Source
pub const CondBr = struct {
condition: Ref,
then_body_len: u32,
else_body_len: u32,
}