Skip to main content

BasicBlockId

Type Alias BasicBlockId 

Source
pub type BasicBlockId = Idx<BasicBlock>;
Expand description

A typed handle into FlowChart’s block arena. Edges are lists of these; block 0 is the entry.

Aliased Type§

pub struct BasicBlockId { /* private fields */ }