aoc
2024.12.25
Combinations
Aliased type
In aoc::
year2024::
day21
aoc
::
year2024
::
day21
Type Alias
Combinations
Copy item path
Source
type Combinations =
FastMap
<(
char
,
char
),
Vec
<
String
>>;
Aliased Type
ยง
struct Combinations {
/* private fields */
}