Next: Lists, Previous: Numbers, Up: GNU Emacs Common Lisp Emulation [Contents][Index]
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.