DijkstraQueue.Item

Undocumented in source.
struct DijkstraQueue(GraphT, DistanceMapT)
package static
struct Item {}

Members

Functions

opCmp
int opCmp(const(Item) other)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cost
real cost;
Undocumented in source.
vertex
Vertex vertex;
Undocumented in source.

Meta