Function aoc::year2017::day25::turing

source ยท
fn turing(
    rules: &[[Rule; 2]],
    state: usize,
    tape: usize,
    max_steps: u32,
) -> Skip