System Class sequence

Class Precedence List:

sequence, t

Description:

Sequences are ordered collections of objects, called the elements of the sequence.

2.15.0 26The types vector and the type list are disjoint subtypes of type sequence, The following is added to make an implicit vagueness explicit. -kmp 29-Mar-91but are not necessarily an exhaustive partition of sequence.

When viewing a vector as a sequence, only the active elements of that vector are considered elements of the sequence; that is, sequence operations respect the fill pointer when given sequences represented as vectors.

2.4.0 2 2.4.0 7