advent_of_code_2024::day_19

Function parse_designs

source
fn parse_designs(input: &str) -> Vec<Vec<Colour>>
Expand description

Turn the list of designs to match into the internal representation, one design per line.