Function advent_of_code_2022::day_9::parse_motion
source · fn parse_motion(line: &str) -> (Direction, usize)
Expand description
Map a line of the input to the internal representation
fn parse_motion(line: &str) -> (Direction, usize)
Map a line of the input to the internal representation