8 lines
112 B
Diff
8 lines
112 B
Diff
52c52,56
|
|
<
|
|
---
|
|
> return Path{
|
|
> .from = from,
|
|
> .to = to,
|
|
> .dist = dist,
|
|
> };
|