advent_
of_
code_
2024
0.1.0
In advent_
of_
code_
2024::
day_
14
advent_of_code_2024
::
day_14
Type Alias
Velocity
Copy item path
source
type Velocity = (
isize
,
isize
);
Expand description
The speed a robot is travelling along each axis (row, column)