aoc::year2018::day04

Type Alias Input

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

Aliased Typeยง

struct Input { /* private fields */ }