Type alias TMRule

TMRule: {
    nowState: TMState;
    out: TMRuleOutput;
    read: TMSymbol;
}

What indicates the operation of the head of a Turing machine

Type declaration

Generated using TypeDoc