aoc::year2024::day08

Type Alias Input

Source
type Input = (Grid<u8>, FastMap<u8, Vec<Point>>);