Sequence.removeRange

Removes all items in the (begin, end) range. If the sequence has a data destroy function associated with it, this function is called on the data for the removed items. Since 2.14

class Sequence
static
void
removeRange

Parameters

begin SequenceIter

a GSequenceIter

end SequenceIter

a GSequenceIter

Meta