Type Alias aoc::year2018::day04::Input

source ·
type Input = FastMap<usize, [u32; 60]>;

Aliased Type§

struct Input { /* private fields */ }