Type Alias aoc::year2020::day22::Cache

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

Aliased Type§

struct Cache { /* private fields */ }