Type Alias aoc::year2023::day13::Input

source ·
type Input = Vec<(Vec<u32>, Vec<u32>)>;

Aliased Type§

struct Input { /* private fields */ }