☰
In advent_of_code_2022::day_9
?
Function
advent_of_code_2022
::
day_9
::
follow_head
source
·
[
−
]
fn follow_head( origin: (
isize
,
isize
), head_positions:
Vec
<(
isize
,
isize
)> ) ->
Vec
<(
isize
,
isize
)>