Skip to main content

SwitchCase

Type Alias SwitchCase 

Source
pub type SwitchCase = (u64, Label, BlockArgs);
Expand description

One switch arm: (case value, target block, arguments on that edge).