Next: SequenceableCollection-sorting, Previous: SequenceableCollection-manipulation, Up: SequenceableCollection [Index]
In the receiver, replace every occurrence of anObject with anotherObject.
Replace the items from start to stop with replacementCollection’s items from 1 to stop-start+1 (in unexpected order if the collection is not sequenceable).
Replace the items from start to stop with replacementCollection’s items from repStart to repStart+stop-start
Replace every item from start to stop with replacementObject.