• Scieneer Common Lisp 1.3.9 online documentation

    delete-if-not predicate sequence &key from-end start end key count[Function]

    Returns a sequence formed by destructively removing the elements not satisfying the specified predicate from the given sequence.

  •