Sequence.rangeGetMidpoint

Finds an iterator somewhere in the range (begin, end). This iterator will be close to the middle of the range, but is not guaranteed to be exactly in the middle.

The begin and end iterators must both point to the same sequence and begin must come before or be equal to end in the sequence.

Parameters

begin glib.sequence_iter.SequenceIter

a #GSequenceIter

end glib.sequence_iter.SequenceIter

a #GSequenceIter

Return Value

Type: glib.sequence_iter.SequenceIter

a #GSequenceIter pointing somewhere in the (begin, end) range