Function aoc::year2020::day17::boot_process
source ยท fn boot_process(
input: &Grid<u8>,
size: i32,
base: i32,
fourth_dimension: &[i32],
) -> usize
Expand description
Re-use logic between both parts.