aoc::year2018::day15

Function expand

Source
fn expand(walls: &[u32], frontier: &mut [u32]) -> bool
Expand description

Use bitwise logic to expand the frontier. Returns a boolean indicating if the frontier actually expanded.