Graph.reverse

Given an edge (src, dst), returns the reverse edge (dst, src).

class Graph
static
reverse
(
in Edge e
)

Meta