Function advent_of_code_2023::day_3::is_point_a_gear_symbol
source · fn is_point_a_gear_symbol(
point: &(usize, usize),
symbol_lookup: &HashMap<(usize, usize), char>
) -> bool
Expand description
Returns true if a given 2D co-ordinate maps to a *
symbol