Type Alias aoc::year2017::day02::Input

source ·
type Input = Vec<Vec<u32>>;

Aliased Type§

struct Input { /* private fields */ }