VocabularysequencesInputsseq | a resizable mutable sequence |
quot | a quotation with stack effect ( ... elt -- ... ? ) |
Outputsseq | a resizable mutable sequence |
Word descriptionApplies the quotation to each element in turn, and removes elements for which the quotation outputs a false value.
Side effectsModifies
seqSee alsofilter,
filter-as,
reject,
reject-as,
reject!,
sift,
harvestDefinition