Graph.remove

Removes a vertex and all the incoming and outgoing edges associated with it.

  1. void remove(Vertex v)
    class Graph(A, B, EdgeDataAB = size_t, EdgeDataBA = size_t)
    pure
    void
    remove
    (
    Vertex
    )
    (
    Vertex v
    )
    if (
    isVertex!Vertex
    )
    if (
    !is(A == B)
    )
  2. void remove(From from, To to)

Meta