Graph.vertices() method
The vertices in this graph, in insertion order.
Signature:
vertices(): IterableIterator<T>;
Returns:
IterableIterator<T>
An iterator over the vertices.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.