Graph.DegreesCache

Undocumented in source.

Constructors

this
this(G graph)
Undocumented in source.

Members

Aliases

G
alias G = Graph!(Node, Weight, isDirected, EdgePayload)
Undocumented in source.

Functions

opApply
int opApply(int delegate(size_t) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(Node, size_t) yield)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
size_t opIndex(Node node)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
size_t opIndex(size_t nodeIdx)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

degrees
size_t[] degrees;
Undocumented in source.
graph
const(G) graph;
Undocumented in source.

Meta