Common Lisp Extensions. Node: Sequences
Numbers
Top
Lists
Chapter 10: Sequences
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.
Numbers
Top
Lists