SequenceIter.next

Returns an iterator pointing to the next position after iter. If iter is the end iterator, the end iterator is returned. Since 2.14

class SequenceIter
next
()

Return Value

a GSequenceIter pointing to the next position after iter.

Meta