Type Alias aoc::year2017::day13::Input

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

Aliased Type§

struct Input { /* private fields */ }