aoc
2024.12.25
Cache
Aliased type
In aoc::
year2020::
day22
aoc
::
year2020
::
day22
Type Alias
Cache
Copy item path
Source
type Cache =
Vec
<
FastSet
<(
usize
,
usize
)>>;
Aliased Type
ยง
struct Cache {
/* private fields */
}