Function aoc::year2019::day15::parse

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

Build the shape of the maze using the right-hand version of the wall following algorithm.