struct Switch [src]
Fields
val: Value
default: Block.Index
cases_len: u32
weights: BrCond.Weights
Source
pub const Switch = struct {
val: Value,
default: Block.Index,
cases_len: u32,
weights: BrCond.Weights,
//case_vals: [cases_len]Constant,
//case_blocks: [cases_len]Block.Index,
}