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