Type Alias Program

Source
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 */ }