Graph.outgoing

Returns a range of outgoing neighbors from the given node.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
pure
outgoing
(
Vertex
)
(
Vertex v
)
if (
isVertex!Vertex
)
if (
!is(A == B)
)

Meta