Type alias TMMove

TMMove: "L" | "R"

Movement of the head of the Turing machine.

Remarks

"L" means left, "R" means right.

Generated using TypeDoc