Type Alias aoc::year2021::day08::Input

source ·
type Input = Vec<[u32; 4]>;

Aliased Type§

struct Input { /* private fields */ }