advent_of_code_2024::day_14

Type Alias Velocity

source
type Velocity = (isize, isize);
Expand description

The speed a robot is travelling along each axis (row, column)