Skip to main content

Block

Type Alias Block 

Source
pub type Block = Vec<StmtId>;
Expand description

A lowered block: its statements, in order.

Aliased Type§

pub struct Block { /* private fields */ }