Graph.cycles

Returns an array of cycles in the graph.

class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
@property
immutable(SCC)[]
cycles
()
if (
!is(A == B)
)

Meta