Type Alias aoc::year2022::day05::Input

source ยท
type Input = (Vec<Vec<char>>, Vec<[usize; 3]>);