Function aoc::year2018::day15::intersect

source ยท
fn intersect(in_range: &[u32], frontier: &[u32]) -> Option<Point>
Expand description

Check if we have reached a target, returning the first target in reading order.