pub type StateMachine<R, Program, Offset> = LineRows<R, Program, Offset>;👎Deprecated: StateMachine has been renamed to LineRows, use that instead.
Expand description
Deprecated. StateMachine has been renamed to LineRows.
Aliased Type§
pub struct StateMachine<R, Program, Offset> {
program: Program,
row: LineRow,
instructions: LineInstructions<R>,
}Fields§
§program: Program§row: LineRow§instructions: LineInstructions<R>