cl: Sequences

 
 9 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.
 

Menu