dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
Edge
dstruct
graph
An edge in a graph.
struct
Edge (
V
) {
V
from
;
V
to
;
}
Meta
Source
See Implementation
dstruct
graph
aliases
Digraph
Graph
enums
EdgeDirection
functions
edges
vertices
structs
BasicGraph
Edge
EdgeRange
An edge in a graph.