pub type Program = Vec<Instruction>;Expand description
Represents a program; a list of instructions, to be executed in order.
Aliased Typeยง
pub struct Program { /* private fields */ }pub type Program = Vec<Instruction>;Represents a program; a list of instructions, to be executed in order.
pub struct Program { /* private fields */ }