aoc::year2024::day08

Function parse

Source
pub fn parse(input: &str) -> (Grid<u8>, FastMap<u8, Vec<Point>>)