class

CGL::EdgeIterator(V)

Inherits Iterator / Enumerable / Reference / Object

Constructors

new(graph : CGL::AnyGraph(V))
Source

Instance methods

next

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.

Source