aoc::year2017::day13

Type Alias Input

Source
type Input = Vec<[u32; 2]>;

Aliased Typeยง

struct Input { /* private fields */ }