IndexedEdgeList.vertexCount

Get or set the total number of vertices in the graph. Will throw an exception if resetting the number of vertices would delete edges.

  1. size_t vertexCount()
    class IndexedEdgeList(bool dir)
    size_t
    vertexCount
    @property @safe const nothrow pure
    (
    )
  2. size_t vertexCount(in size_t n)

Meta