Next: , Up: Sequences   [Index]


E.2.1 In General

A Sequence is an Ordered Set of Elements

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: