aoc::year2020::day22

Type Alias Cache

Source
type Cache = Vec<FastSet<(usize, usize)>>;

Aliased Typeยง

struct Cache { /* private fields */ }