Type Alias Program

Source
pub type Program = Vec<(Label, Instruction)>;

Aliased Typeยง

pub struct Program { /* private fields */ }