Graph.VertexInMap

Undocumented in source.

Constructors

this
this(Graph g)
Undocumented in source.

Members

Functions

degree
int degree(VertexId v)
Undocumented in source. Be warned that the author may not have intended to support it.
edgeIds
const(EdgeId[]) edgeIds(VertexId v)
Undocumented in source. Be warned that the author may not have intended to support it.
inEdgeIds
const(EdgeId[]) inEdgeIds()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta