VocabularysequencesInputs| from | a non-negative integer |
| to | a non-negative integer |
| seq | a resizable mutable sequence |
OutputsNone
Word descriptionRemoves a range of elements beginning at index
from and ending before index
to.
Side effectsModifies
seqDefinition