Type Alias Block

Source
pub type Block = IdRange<StatementId>;

Aliased Type§

pub struct Block(pub Range<StatementId>);

Tuple Fields§

§0: Range<StatementId>