aoc
2024.12.25
In aoc::
year2023::
day16
aoc
::
year2023
::
day16
Type Alias
Pair
Copy item path
Source
type Pair = (
Point
,
u32
);