Type Alias aoc::year2016::day06::Input

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

Aliased Type§

struct Input { /* private fields */ }