aoc::year2020::day16

Type Alias Ticket

Source
type Ticket = Vec<u32>;

Aliased Typeยง

struct Ticket { /* private fields */ }