Sequence.getIterAtPos

Returns the iterator at position @pos. If @pos is negative or larger than the number of items in @seq, the end iterator is returned.

class Sequence
getIterAtPos
(
int pos
)

Parameters

pos int

a position in @seq, or -1 for the end

Return Value

The #GSequenceIter at position @pos

Meta

Since

2.14