aoc::year2024::day21

Type Alias Cache

Source
type Cache = FastMap<(char, char, usize), usize>;

Aliased Typeยง

struct Cache { /* private fields */ }