aoc::year2023::day13

Type Alias Input

Source
type Input = Vec<(Vec<u32>, Vec<u32>)>;

Aliased Typeยง

struct Input { /* private fields */ }