Type Alias aoc::year2015::day19::Input

source ยท
type Input<'a> = (&'a str, Vec<(&'a str, &'a str)>);