Module tail

Module tail 

Source
Expand description

The Tail of a rule defines the reaction of the actor under specific conditions. Specifically, it defines the next state, the symbol to write, and the direction to move

Structs§

Tail
The Tail of a rule in a Turing machine

Traits§

AsTail
Converts a type into a Tail by reference.
IntoTail
A consuming trait for converting a type into a Tail.

Type Aliases§

TailMut
A type alias for a Tail containing mutable references to the next state and symbol.
TailRef
A type alias for a Tail containing immutable references to the next state and symbol.