VocabularysequencesInputselt | an object |
seq | a resizable mutable sequence |
Outputsseq | a resizable mutable sequence |
Word descriptionOutputs a new sequence containing all elements of the input sequence except the given element.
NotesThis word uses identity comparison (
eq?).
Side effectsModifies
seqSee alsoremove,
remove-nth,
remove-eq,
remove!,
remove-nth!Definition