Next: Sequence Functions, Up: Sequences [Index]
A “sequence” is a Lisp object that represents an ordered set of elements and is the union of two other Lisp types:
The common property that all sequences have is that each is an ordered collection of elements.
Sequence types share important similarities: