Module rs_graph::reversedigraph[][src]

Reverse the direction of the edges of a digraph.

Structs

ReverseDigraph

A digraph wrapping an existing graph with edges in opposite directions.

ReverseDigraphBuilder

Builder for a reversed digraph.

Functions

reverse