Function aoc::year2018::day24::parse_group

source ยท
fn parse_group<'a>(
    input: &'a str,
    mask: &mut impl FnMut(&'a str) -> u32,
) -> Vec<Group>
Expand description

Parsing the input relatively cleanly is a challenge by itself.