Gliph\Graph\Graph::vertices PHP Method

vertices() public method

Returns a generator that loops through each vertex in the graph.
public vertices ( ) : Generator
return Generator A generator that yields vertices as values.
    public function vertices();