Graph.Opposite

Find the opposite vertex type of the given vertex type.

  1. alias Opposite(Vertex : A) = B
    class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
    alias Opposite(Vertex : A) = B
  2. alias Opposite(Vertex : B) = A

Meta