Graph.Node

Undocumented in source.
class Graph(Symbol_, Result_, EdgeExtra_ = string)
static
class Node {}

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

edges
Edge[] edges;
Undocumented in source.
name
string name;
Undocumented in source.
results
immutable(Result)[] results;
Undocumented in source.

Meta