VocabularysequencesInputsn | a non-negative integer |
seq | a resizable mutable sequence |
Outputsseq | a resizable mutable sequence |
Word descriptionRemoves the
n th element from the sequence, shifting all other elements down and reducing its length by one.
Side effectsModifies
seqSee alsoremove,
remove-nth,
remove-eq,
remove-eq!,
remove!Definition