Graph.vertices() method
The vertices in this graph, in insertion order.
Signature:
vertices(): IterableIterator<T>;
Returns:
IterableIterator<T>
An iterator over the vertices.
The vertices in this graph, in insertion order.
Signature:
vertices(): IterableIterator<T>;
Returns:
IterableIterator<T>
An iterator over the vertices.