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