Function aoc::year2018::day17::flow

source ยท
fn flow(scan: &mut Scan, index: usize) -> Kind
Expand description

Recursively work out the kind of each tile, memoizing values for efficiency.