Function aoc::year2018::day15::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.