get_iter_at_pos


Description:

public SequenceIter<G> get_iter_at_pos (int pos)

Returns the iterator at position pos.

If pos is negative or larger than the number of items in this, the end iterator is returned.

Parameters:

this

a Sequence

pos

a position in this, or -1 for the end

Returns:

The SequenceIter at position pos