Module bf::traits [] [src]

Contains the Interpretable trait, which provides a common interface for running a Brainfuck program.

Traits

Interpretable

Program forms that can be interpreted.

IntoUsize

For converting smaller numeric types into usize.