aoc
2023.12.25
Cache
Aliased type
In aoc::
year2020::
day22
Type Alias
aoc
::
year2020
::
day22
::
Cache
Copy item path
source
·
[
−
]
type Cache =
Vec
<
FastSet
<(
usize
,
usize
)>>;
Aliased Type
§
struct Cache {
/* private fields */
}