Type Alias aoc::year2023::day18::Input

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