Function advent_of_code_2023::day_5::parse_header
source · fn parse_header(header_spec: &str) -> (Category, Category)
Expand description
Parse a header in the format seed-to-soil map:
into source and destination categories
fn parse_header(header_spec: &str) -> (Category, Category)
Parse a header in the format seed-to-soil map:
into source and destination categories