class CGL::EdgeIterator(V)

Included Modules

Defined in:

cgl/traversal/iterators.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(graph) #

Instance Method Detail

def next #
Description copied from module Iterator(CGL::AnyEdge(V))

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