fn count_antinodes_for_map( antenna_map: &AntennaMap, sequence_modifier: fn(_: Vec<(usize, usize)>) -> Vec<(usize, usize)>, ) -> usize
For all frequencies un the map, find all the antinodes, then count unique coordinates.