DijkstraInfo.from

there is a shortest path (s, ..., fromi, i)

struct DijkstraInfo(T)
int[] from;

Meta