Common Lisp defines a number of functions that operate on
sequences, which are either lists, strings, or vectors.
Emacs Lisp includes a few of these, notably elt and
length; this package defines most of the rest.
| • Sequence Basics: | Arguments shared by all sequence functions. | |
| • Mapping over Sequences: | cl-mapcar,cl-map,cl-maplist, etc. | |
| • Sequence Functions: | cl-subseq,cl-remove,cl-substitute, etc. | |
| • Searching Sequences: | cl-find,cl-count,cl-search, etc. | |
| • Sorting Sequences: | cl-sort,cl-stable-sort,cl-merge. |