aoc::year2021::day08

Type Alias Input

Source
type Input = Vec<[u32; 4]>;

Aliased Typeยง

struct Input { /* private fields */ }