Type Definition move_ir_types::ast::BytecodeBlocks

source ·
pub type BytecodeBlocks = Vec<(BlockLabel, BytecodeBlock)>;