dstruct v0.1.0 (2015-03-29T14:44:48Z)
Home
Dub
Repo
Edge
dstruct
graph
An edge in a graph.
struct
Edge (
V
) {
V
from
;
V
to
;
}
Members
Variables
from
V
from
;
Undocumented in source.
to
V
to
;
Undocumented in source.
Meta
Source
See Implementation
dstruct
graph
aliases
Digraph
Graph
enums
EdgeDirection
isDirectedGraph
isGraph
isUndirectedGraph
functions
edges
vertices
structs
BasicGraph
Edge
EdgeRange
An edge in a graph.