dstruct ~master (2015-04-27T00:40:08Z)
Home
Dub
Repo
EdgeRange
dstruct
graph
A range through the edges of a graph.
struct
EdgeRange (
V
VArr
) {
inout
(
typeof
(
this
))
save
()
;
bool
empty
[@property getter];
Edge
!
V
front
[@property getter];
void
popFront
()
;
}
Members
Functions
popFront
void
popFront
()
save
inout
(
typeof
(
this
))
save
()
Properties
empty
bool
empty
[@property getter]
front
Edge
!
V
front
[@property getter]
Meta
Source
See Implementation
dstruct
graph
aliases
Digraph
Graph
enums
EdgeDirection
functions
edges
vertices
structs
BasicGraph
Edge
EdgeRange
A range through the edges of a graph.