Graph.Edges

Undocumented in source.

Constructors

this
this(const(Neighbors) neighbors)
Undocumented in source.

Members

Aliases

E
alias E = Edge!(From, To, EdgeData!(From, To))
Undocumented in source.
Neighbors
alias Neighbors = EdgeData!(From, To)[To][From]
Undocumented in source.

Functions

opApply
int opApply(int delegate(E) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta