Function aoc::year2023::day19::parse

source ·
pub fn parse(input: &str) -> Input<'_>
Expand description

Parse each rule from the first half of the input. Leaves the second half of the input as a &str as it’s faster to iterate over each chunk of four numbers than to first collect into a vec.