Type Definition move_lang::cfgir::ast::BasicBlocks

source ·
pub type BasicBlocks = BTreeMap<Label, BasicBlock>;

Trait Implementations§