aoc::year2018::day15

Function 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.