Function advent_of_code_2023::day_3::explode_adjacent_points
source · fn explode_adjacent_points(
part_number: &PartNumber
) -> Vec<(u32, (usize, usize))>
Expand description
Turn a PartNumber into a list of pairs of the (bare number, point) for each point it is adjacent to