Type Alias aoc::year2022::day09::Input

source ยท
type Input = ([i32; 4], Vec<(Point, i32)>);