DijkstraInfo

Undocumented in source.
struct DijkstraInfo (
T
) {}

Constructors

this
this(int n, T inf)
Undocumented in source.

Members

Variables

dist
T[] dist;
Undocumented in source.
from
int[] from;
Undocumented in source.

Meta