Sequence.removeRange

void removeRange(glib.sequence_iter.SequenceIter begin, glib.sequence_iter.SequenceIter end) static nothrow

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.

Parameters

begina #GSequenceIter
enda #GSequenceIter