|
ANSI Common Lisp 17 Sequences
17.3 Dictionary of Sequences
17.3.1 sequence
17.3.2 copy-seq
17.3.3 elt
17.3.4 fill
17.3.5 make-sequence
17.3.6 subseq
17.3.7 map
17.3.8 map-into
17.3.9 reduce
17.3.10 count, count-if, count-if-not
17.3.11 length
17.3.12 reverse, nreverse
17.3.13 sort, stable-sort
17.3.14 find, find-if, find-if-not
17.3.15 position, position-if, position-if-not
17.3.16 search
17.3.17 mismatch
17.3.18 replace
17.3.19 substitute, substitute-if, substitute-if-not, nsubstitute, nsubstitute-if, nsubstitute-if-not
17.3.20 concatenate
17.3.21 merge
17.3.22 remove, remove-if, remove-if-not, delete, delete-if, delete-if-not
17.3.23 remove-duplicates, delete-duplicates
|