Function aoc::year2022::day12::parse

source ยท
pub fn parse(input: &str) -> (Grid<u8>, Point)
Expand description

Uses the utility Grid class to parse a 2D array of ASCII characters.